ContainerHandle _conArrayGet(ContainerHandle cha, ContainerHandle ch, ...)
ContainerHandle _conArrayGetA(ContainerHandle chArray, ContainerHandle chResult, int *index)
XPPAPIRET _conArrayPut(ContainerHandle cha, ContainerHandle chx, ...)
XPPAPIRET _conArrayPutA(ContainerHandle chArray, ContainerHandle chValue, int *index)
BOOL XPPAPIENTRY _conCharSetIsAnsi()
BOOL XPPAPIENTRY _conCharSetIsOem()
ULONG XPPAPIENTRY _conGetCharSet()
XPPAPIRET _conGetCL(ContainerHandle chs, ULONG *ulCopy, CHAR *pcBuffer, ULONG ulSize)
ContainerHandle __conGetCurrentField(CHAR *field, ContainerHandle chDest)
XPPAPIRET _conGetDS(ContainerHandle chd, CHAR pcBuffer[8])
ContainerHandle _conGetFieldCC(CHAR *warea, CHAR *field, ContainerHandle chDest)
ContainerHandle _conGetFieldNC(int warea, CHAR *field, ContainerHandle chDest)
XPPAPIRET _conGetL(ContainerHandle chl, BOOL *lValue)
XPPAPIRET _conGetMember(ContainerHandle chObject, char *mName, ContainerHandle chDest)
ContainerHandle _conGetMemvar(CHAR *name, ContainerHandle chDest)
XPPAPIRET _conGetND(ContainerHandle chn, double *ndValue)
XPPAPIRET _conGetNDF(ContainerHandle chn, double *ndValue LONG *intDigits, LONG *decDigits)
XPPAPIRET _conGetNL(ContainerHandle chn, LONG *nlValue)
ContainerHandle _conNew(ContainerHandle chx)
ContainerHandle _conParam(XppParamList pList, ULONG ulIndex, BOOL *pbRef)
ContainerHandle _conPut(ContainerHandle chDest, ContainerHandle chSrc)
ContainerHandle _conPutC(ContainerHandle ch, CHAR *pcString)
ContainerHandle _conPutCL(ContainerHandle ch, CHAR *pBuffer, ULONG ulSize)
ContainerHandle _conPutDS(ContainerHandle ch, CHAR pcBuffer[8])
ContainerHandle _conPutEmptyData(ContainerHandle chDest, ULONG xppType, LONG length, LONG decs)
ContainerHandle _conPutL(ContainerHandle ch, BOOL lValue)
ContainerHandle _conPutML(ContainerHandle ch, CHAR *pBuffer, ULONG ulSize)
ContainerHandle _conPutND(ContainerHandle ch, double nfValue)
ContainerHandle _conPutNDF(ContainerHandle ch, double nfValue LONG intDigits, LONG decDigits)
ContainerHandle _conPutNL(ContainerHandle ch, LONG nlValue)
XPPAPIRET _conRelease(ContainerHandle ch)
XPPAPIRET _conResizeC(ContainerHandle chs, ULONG ulNewSize)
XPPAPIRET _conRestWArea(int oldWArea)
XPPAPIRET _conReturn(XppParamList pList, ContainerHandle chx)
XPPAPIRET _conRLockC(ContainerHandle chs, CHAR **ppstr, ULONG *pulSize)
XPPAPIRET _conSetCurrentField(CHAR *field, ContainerHandle chValue)
XPPAPIRET _conSetCWArea(char *newWArea, int *oldWArea)
XPPAPIRET _conSetFieldCC(CHAR *warea, CHAR *field, ContainerHandle chValue)
XPPAPIRET _conSetFieldNC(int warea, CHAR *field, ContainerHandle chValue)
XPPAPIRET _conSetIWArea(int newWArea, int *oldWArea)
XPPAPIRET _conSetMember(ContainerHandle chObject, char *mName, ContainerHandle chValue)
XPPAPIRET _conSetMemvar(CHAR *name, ContainerHandle chValue)
XPPAPIRET _conSizeA(ContainerHandle cha, ULONG *ulSize, ...)
XPPAPIRET _conSizeC(ContainerHandle chs, ULONG *ulSize)
XPPAPIRET XPPAPIENTRY _conToAnsiCp(CHAR *strAnsi, const CHAR *strOem, ULONG oemLength)
XPPAPIRET XPPAPIENTRY _conToOemCp(CHAR *strOem, const CHAR *strAnsi, ULONG ansiLength)
XPPAPIRET _conTypeA(ContainerHandle cha, ULONG *ulType, ...)
XPPAPIRET _conUnlockC(ContainerHandle chs)
XPPAPIRET _conWLockC(ContainerHandle chs, CHAR **ppstr, ULONG *pulSize)