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

Compare with Current View Page History

Version 1 Next »

[ |../../index.htm#lansa/srvgudba_0700.htm]
You are here:

6.20.2 C Example

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);
 
[ |../../index.htm#lansa/srvgudba_0700.htm]

  • No labels