VM_CHSET_CONVERT_RESULT vm_chset_ascii_to_ucs2( VMWSTR destination, VMINT size, VMCSTR source );
VM_CHSET_CONVERT_RESULT vm_chset_ascii_to_ucs2( VMWSTR destination, VMINT size, VMCSTR source );
Converts the ASCII string to a UCS-2 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 |
|
VMWSTR destination |
[OUT] The resulting string. |
|
VMINT size |
[IN] The size of the destination buffer in bytes. |
|
VMCSTR 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.