VM_CHSET_CONVERT_RESULT vm_chset_ucs2_to_ascii( VMSTR destination, VMINT size, VMCWSTR source );
VM_CHSET_CONVERT_RESULT vm_chset_ucs2_to_ascii( VMSTR destination, VMINT size, VMCWSTR source );
Converts the UCS-2 string to an ASCII string. The caller should ensure that the size of the destination buffer is large enough to contain the resulting string. If not, the conversion will only convert a part of the source string up to the size of the destination buffer. In other words, the resulting string is a truncated string up to the size of the destination buffer.
|
Parameters |
Description |
|
VMSTR destination |
[OUT] The resulting string. |
|
VMINT size |
[IN] The size of the destination buffer in bytes. |
|
VMCWSTR source |
[IN] The source string. |
vmchset.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.