Bt_Str2Psz() Function
<< Click to Display Table of Contents >>
Bt_Str2Psz() Function
|
|
Purpose
Convert string from ANSI to OEM when needed and then to PSZ with maximum length
Prototype
FUNCTION Bt_Str2Psz ( PSZBt AS PTR,cValue AS STRING, nLen AS DWORD ) AS PSZ
Description
This conversion function is influences by the (Global) setting for OEM conversion that can be set trough the Bt_ConvertOEM function
See Also