Windows Driver Kit: Kernel-Mode Driver Architecture
RTL_RUN_ONCE

The RTL_RUN_ONCE structure is an opaque structure that stores the information for a one-time initialization.

Comments

Drivers must initialize this structure by calling the RtlRunOnceInitialize routine before passing it to any other RtlRunOnceXxx routines.

Requirements

Versions: Available only on Windows Vista and later operating systems.

Headers: Declared in Ntddk.h. Include Ntddk.h.

See Also

RtlRunOnceBeginInitialize, RtlRunOnceComplete, RtlRunOnceExecuteOnce, RtlRunOnceInitialize, RunOnceInitialization

Tags :


Page view tracker