Sack Library Documentation
ContentsIndexReferenceHome
Example
PDATALIST datalist = CreateDataList();
   
struct my_struct {
    _32 my_data;
}
   
struct my_struct my_item;
my_item.my_data = 0;
   
   
AddDataItem( &datalist, &my_item );
   
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.