You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

BOOL fOK;
int  iSession;
char *pstrSurname;
long lFlags;
long lDataLen;
 
fOK = LceGetFieldDataLength(iSession, "SURNAME", &lDataLen);
pstrSurname = malloc(lDataLen + 1);
fOK = LceGetFieldValueX(iSession, "SURNAME", (char far *) pstrSurname, &lFlags);

  • No labels