Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |