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.
The AuxKlibInitialize routine initializes the Auxiliary Kernel-Mode Library.
Syntax
NTSTATUS AuxKlibInitialize();
Return value
AuxKlibInitialize returns STATUS_SUCCESS if the operation succeeds. Otherwise, the routine returns an appropriate NTSTATUS value.
Remarks
Drivers that use the Auxiliary Kernel-Mode Library must call AuxKlibInitialize before calling any of the library's other routines.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported starting with Windows 2000. |
Target Platform | Universal |
Header | aux_klib.h (include Aux_klib.h) |
Library | Aux_Klib.lib |