AuxKlibInitialize function (aux_klib.h)
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 |