Siliconetics Developer Center 
(609) 7607027
admin@srcsb.com
Untitled Document
SearchSearch:
ClassMethodCreateNew


DESCRIPTION:
Create a new record array within handler.

ClassCLASS: CRecArrayHnd

PROTOTYPE(S):
bool CreateNew(int Type, int ID, int HeaderSize = sizeof(CRecArray), int Version = 0, int RscAttr = 0);


ARGUMENT(S):
int TypeThe type to be assign to the new object.
int IDAn id to be assign to the new object.
int HeaderSizeSize of record header, shoud be not less then sizeof CRecArray.
int VersionThe version number be assign to the new object.
int RscAttrThe attributes to be initially sets to the new object.


RETURN VALUE:
This funtion returns true if successfull. Otherwise it returns false.

EXAMPLE:




COMMENT:
Untitled Document
SearchSearch: