Previous Topic: DBCSAllocNext Topic: SetDBCSOption


DBCSInit

Syntax
UINT DBCInit(HANDLE hDBCS, UNIT fType, LPSTR lpPath)
Description

Initializes the conversion environment. For real DBCS processing, this specifies particular DBCS conversion tables. The custom conversion DLL can perform any initialization not completed in DBCSAlloc, or it can just return.

Arguments
hDBCS

Environment handle

fType

Conversion type, 1 for a custom DLL

lpPath

Path to translation tables

Returns