Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |