UINT DBCStoMF(HANDLE hDBCS, LPSTR sInBuffer, UINT nInBufferLen, LPSTR sOutBuffer, UINT nOutBufferLen, UINT fType, UINT * nLength)
Converts the input buffer from ASCII to EBCDIC. The caller must allocate the output buffer and provide an output field for the converted length. The DBCS_PAD_SPACES option indicates whether the data is fixed or variable length. When True, the DLL should pad the converted data with spaces (in EBCDIC).
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.
|
|