AuxKlibInitialize - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// aux_klib.h

NTSTATUS AuxKlibInitialize();
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-aux_klib-auxklibinitialize)

AuxKlibInitialize function

Description

The AuxKlibInitialize routine initializes the Auxiliary Kernel-Mode Library.

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.