ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
_Must_inspect_result_ NTSTATUS NTAPI RtlRunOnceBeginInitialize | ( | _Inout_ PRTL_RUN_ONCE | RunOnce, |
_In_ ULONG | Flags, | ||
_Outptr_opt_result_maybenull_ PVOID * | Context | ||
) |
Definition at line 22 of file runonce.c.
Referenced by InitOnceBeginInitialize(), and RtlRunOnceExecuteOnce().
NTSTATUS NTAPI RtlRunOnceComplete | ( | _Inout_ PRTL_RUN_ONCE | RunOnce, |
_In_ ULONG | Flags, | ||
_In_opt_ PVOID | Context | ||
) |
Definition at line 73 of file runonce.c.
Referenced by InitOnceComplete(), and RtlRunOnceExecuteOnce().
_Maybe_raises_SEH_exception_ NTSTATUS NTAPI RtlRunOnceExecuteOnce | ( | _Inout_ PRTL_RUN_ONCE | RunOnce, |
_In_ __inner_callback PRTL_RUN_ONCE_INIT_FN | InitFn, | ||
_Inout_opt_ PVOID | Parameter, | ||
_Outptr_opt_result_maybenull_ PVOID * | Context | ||
) |
Definition at line 121 of file runonce.c.
Referenced by InitOnceExecuteOnce().