Bt_Str2Psz() Function

 

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

 

Bt_Str2Psz() Function

 

Previous pageReturn to chapter overviewNext page

 

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

 

 

Bt_ConvertOEM(), Bt_PSZ2Str()