Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 1.6 KB

nf-aux_klib-auxklibinitialize.md

File metadata and controls

57 lines (49 loc) · 1.6 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:aux_klib.AuxKlibInitialize
AuxKlibInitialize function (aux_klib.h)
The AuxKlibInitialize routine initializes the Auxiliary Kernel-Mode Library.
kernel\auxklibinitialize.htm
kernel
04/30/2018
AuxKlibInitialize function
AuxKlibInitialize, AuxKlibInitialize routine [Kernel-Mode Driver Architecture], aux_klib/AuxKlibInitialize, aux_klib_d83fd3ae-3a26-4798-9ef8-1530adb78543.xml, kernel.auxklibinitialize
aux_klib.h
Aux_klib.h
Universal
Supported starting with Windows 2000.
Aux_Klib.lib
Windows
AuxKlibInitialize
aux_klib/AuxKlibInitialize
APIRef
kbSyntax
LibDef
Aux_Klib.lib
Aux_Klib.dll
AuxKlibInitialize

AuxKlibInitialize function

-description

The AuxKlibInitialize routine initializes the Auxiliary Kernel-Mode Library.

-returns

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.