Previous Topic: API ReferenceNext Topic: DBCSInit


DBCSAlloc

Syntax
UINT DBCSAlloc(HANDLE * hDBCS)
Description

Allocates the environment needed to do character conversion. This is the first call made to the conversion DLL, which must return a handle to the environment. CA IDMS Server uses this handle for all subsequent calls.

Arguments

hDBCS

Buffer for environment handle.

Returns