C Examples: DbiInitRecord

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

C Examples: DbiInitRecord

Return to chapter overview

Initialize the specified record buffer.

This example uses the following input:
         fDbiInitRecord(hCursor, RecBuf);

DBIResult fDbiInitRecord(hDBICur hTmpCur, pBYTE pTmpRecBuf)

{

   DBIResult      rslt;

   rslt = Chk(DbiInitRecord(hTmpCur, pTmpRecBuf));

   return rslt;

}