|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winuser.h"#include "ole2.h"#include "mstask.h"

Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Typedefs | |
| typedef struct ClassFactoryImpl | ClassFactoryImpl |
Functions | |
| HRESULT | TaskTriggerConstructor (LPVOID *ppObj) DECLSPEC_HIDDEN |
| HRESULT | TaskSchedulerConstructor (LPVOID *ppObj) DECLSPEC_HIDDEN |
| HRESULT | TaskConstructor (LPCWSTR pwszTaskName, LPVOID *ppObj) DECLSPEC_HIDDEN |
Variables | |
| LONG dll_ref | DECLSPEC_HIDDEN |
| #define COBJMACROS |
Definition at line 24 of file mstask_private.h.
| typedef struct ClassFactoryImpl ClassFactoryImpl |
Definition at line 34 of file mstask_private.h.
Definition at line 338 of file task_scheduler.c.
Referenced by MSTASK_IClassFactory_CreateInstance().
Definition at line 277 of file task_trigger.c.
Referenced by MSTASK_ITask_CreateTrigger().
|
extern |
Definition at line 35 of file mstask_private.h.