ReactOS 0.4.15-dev-7842-g558ab78
iernonce_undoc.h
Go to the documentation of this file.
1#ifndef _IERNONCE_UNDOC_H_
2#define _IERNONCE_UNDOC_H_
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8typedef VOID
10 _In_ UINT CompleteCnt,
11 _In_ UINT TotalCnt,
13
17 _In_ BOOL bSilence);
18
23 _In_ LPCSTR pszCmdLine,
24 _In_ int nCmdShow);
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif /* _IERNONCE_UNDOC_H_ */
#define VOID
Definition: acefi.h:82
#define CALLBACK
Definition: compat.h:35
HINSTANCE hInst
Definition: dxdiag.c:13
unsigned int BOOL
Definition: ntddk_ex.h:94
VOID WINAPI RunOnceExProcess(_In_ HWND hwnd, _In_ HINSTANCE hInst, _In_ LPCSTR pszCmdLine, _In_ int nCmdShow)
Definition: iernonce.cpp:33
VOID WINAPI InitCallback(_In_ RUNONCEEX_CALLBACK Callback, _In_ BOOL bSilence)
Definition: iernonce.cpp:56
VOID(CALLBACK * RUNONCEEX_CALLBACK)(_In_ UINT CompleteCnt, _In_ UINT TotalCnt, _In_ DWORD_PTR dwReserved)
Definition: iernonce_undoc.h:9
#define _In_
Definition: ms_sal.h:308
_In_ HANDLE _In_ DWORD _In_ DWORD _Inout_opt_ LPOVERLAPPED _In_opt_ LPTRANSMIT_FILE_BUFFERS _In_ DWORD dwReserved
Definition: mswsock.h:95
unsigned int UINT
Definition: ndis.h:50
uint32_t DWORD_PTR
Definition: typedefs.h:65
_In_ WDFINTERRUPT _In_ PFN_WDF_INTERRUPT_SYNCHRONIZE Callback
Definition: wdfinterrupt.h:458
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
#define WINAPI
Definition: msvc.h:6
const char * LPCSTR
Definition: xmlstorage.h:183