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


DESCRIPTION:
Retrieve a subrecord from remote database.

ClassCLASS: CFBSocket

PROTOTYPE(S):
CRecord* ReadSubRecord(CRecordHnd* phBuff, int RootType, int RootID, int SubType, int SubID);
CRecord* ReadSubRecord(CRecordHnd* phBuff, int RootType, int RootID, int SubType, LPCSTR String, int TextGrpID, int TextID);


ARGUMENT(S):
CRecordHnd* phBuffA pointer to a record handler to hold the result.
int RootTypeThe base record type.
int RootIDThe base record id.
int SubTypeThe subrecord type.
int SubIDThe subrecord id.
LPCSTR StringThe search keyword.
int TextGrpIDThe text group id to search to.
int TextIDThe text id to search to.


RETURN VALUE:
This function returns pointer to the read subrecord. In case of error this function returns a null pointer.

EXAMPLE:




COMMENT:
Untitled Document
SearchSearch: