ReactOS
0.4.15-dev-5615-gc3644fd
|
Go to the source code of this file.
Functions | |
DWORD WINAPI | RtlRunOnceExecuteOnce (RTL_RUN_ONCE *once, PRTL_RUN_ONCE_INIT_FN func, void *param, void **context) |
BOOL NTAPI | InitOnceExecuteOnce (INIT_ONCE *once, PINIT_ONCE_FN func, void *param, void **context) |
BOOL NTAPI InitOnceExecuteOnce | ( | INIT_ONCE * | once, |
PINIT_ONCE_FN | func, | ||
void * | param, | ||
void ** | context | ||
) |
Definition at line 16 of file InitOnceExecuteOnce.c.
Referenced by apartment_createwindowifneeded(), DllGetClassObject(), get_notif_hwnd(), init_winsock(), and winsock_init().
DWORD WINAPI RtlRunOnceExecuteOnce | ( | RTL_RUN_ONCE * | once, |
PRTL_RUN_ONCE_INIT_FN | func, | ||
void * | param, | ||
void ** | context | ||
) |
Definition at line 107 of file runonce.c.
Referenced by InitOnceExecuteOnce().