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_klib library. This function must be called before any other function in the library can be called.
Syntax
NTSTATUS _stdcall AuxKlibInitialize(void);
Parameters
This function has no parameters.
Return value
If the function succeeds, the return value is STATUS_SUCCESS.
If the function fails, the return value can be one of the status codes defined in Ntstatus.h, which is available in the WDK.
Remarks
The object library that implements this API can be downloaded from here.
Requirements
Requirement | Value |
---|---|
Redistributable |
Windows Auxiliary API library version 1.0 or later |
Header |
|
Library |
|
See also