Bt_Psz2Str() Function

 

<< Click to Display Table of Contents >>

Navigation:  Support Functions >

 

Bt_Psz2Str() Function

 

Previous pageReturn to chapter overviewNext page

 

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

 

 

Bt_ConvertOEM(), Bt_Str2PSZ()