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