ReactOS 0.4.16-dev-329-g9223134
|
#include "k32_vista.h"
Go to the source code of this file.
Functions | |
BOOL WINAPI | InitOnceExecuteOnce (_Inout_ PINIT_ONCE InitOnce, _In_ __callback PINIT_ONCE_FN InitFn, _Inout_opt_ PVOID Parameter, _Outptr_opt_result_maybenull_ LPVOID *Context) |
BOOL WINAPI | InitOnceBeginInitialize (_Inout_ LPINIT_ONCE lpInitOnce, _In_ DWORD dwFlags, _Out_ PBOOL fPending, _Outptr_opt_result_maybenull_ LPVOID *lpContext) |
BOOL WINAPI | InitOnceComplete (_Inout_ LPINIT_ONCE lpInitOnce, _In_ DWORD dwFlags, _In_opt_ LPVOID lpContext) |
BOOL WINAPI InitOnceBeginInitialize | ( | _Inout_ LPINIT_ONCE | lpInitOnce, |
_In_ DWORD | dwFlags, | ||
_Out_ PBOOL | fPending, | ||
_Outptr_opt_result_maybenull_ LPVOID * | lpContext | ||
) |
Definition at line 26 of file InitOnce.c.
BOOL WINAPI InitOnceComplete | ( | _Inout_ LPINIT_ONCE | lpInitOnce, |
_In_ DWORD | dwFlags, | ||
_In_opt_ LPVOID | lpContext | ||
) |
Definition at line 47 of file InitOnce.c.
BOOL WINAPI InitOnceExecuteOnce | ( | _Inout_ PINIT_ONCE | InitOnce, |
_In_ __callback PINIT_ONCE_FN | InitFn, | ||
_Inout_opt_ PVOID | Parameter, | ||
_Outptr_opt_result_maybenull_ LPVOID * | Context | ||
) |
Definition at line 12 of file InitOnce.c.
Referenced by apartment_createwindowifneeded(), DllGetClassObject(), get_notif_hwnd(), init_winsock(), and winsock_init().