RtlRunOnceInitialize function (ntddk.h)

The RtlRunOnceInitialize routine initializes a RTL_RUN_ONCE structure.

Syntax

NTSYSAPI VOID RtlRunOnceInitialize(
  [out] PRTL_RUN_ONCE RunOnce
);

Parameters

[out] RunOnce

Pointer to the RTL_RUN_ONCE one-time initialization structure.

Return value

None

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of Windows.
Target Platform Universal
Header ntddk.h (include Ntddk.h)
Library NtosKrnl.lib
DLL NtosKrnl.exe
IRQL <= APC_LEVEL

See also

RTL_RUN_ONCE

RtlRunOnceBeginInitialize

RtlRunOnceComplete

RtlRunOnceExecuteOnce

RunOnceInitialization