UINT DBCStoPC(HANDLE hDBCS, LPSTR sInBuffer, UINT nInBufferLen, LPSTR sOutBuffer, UINT nOutBufferLen, UINT fType, UINT * nLength)
Converts the input buffer from EBCDIC to ASCII. The caller must allocate the output buffer and provide an output field for the converted length. Because CA IDMS Server always sets the DBCS_NULL_TERMINATED option to False, the DLL should not null terminate the converted data.
Environment handle
Input buffer
Input buffer length
Input buffer length
Output buffer
Output buffer length
SQL data type:
Buffer for converted length
|
Copyright © 2009 CA.
All rights reserved.
|
|