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


DESCRIPTION:
Retrieve a record list for given list type and record type.

ClassCLASS: CFBSocket

PROTOTYPE(S):
CRecordList* GetRecordList(CRecordHnd *phBuff, int ListType, int ContentType);


ARGUMENT(S):
CRecordHnd* phBuffA pointer to a record handler to hold the result.
int ListTypeThe list type, for example MRT_RECORD_LIST.
int ContentTypeThe content type. This is actually in the list the record type.


RETURN VALUE:
This function returns a pointer to a record list. In case of error, this function returns a null pointer.

EXAMPLE:




COMMENT:
Untitled Document
SearchSearch: