AuxUlibInitialize function (aux_ulib.h)

Initializes the Aux_ulib library. This function must be called before any other function in the library can be called.

Syntax

BOOL AuxUlibInitialize();

Return value

If the function succeeds, the return value is TRUE.

If the function fails, the return value is FALSE. To retrieve extended information, call GetLastError.

Requirements

Requirement Value
Target Platform Windows
Header aux_ulib.h
Library Aux_ulib.lib
Redistributable Windows Auxiliary API library version 1.0 or later

See also

AuxUlibSetSystemFileCacheSize