ReactOS 0.4.16-dev-41-ge8c7597
|
Public Attributes | |
IWbemObjectSink * | sink |
void(* | proc )(struct async_header *) |
HANDLE | cancel |
HANDLE | wait |
Definition at line 139 of file services.c.
HANDLE async_header::cancel |
Definition at line 143 of file services.c.
Referenced by async_proc(), free_async(), init_async(), and wbem_services_CancelAsyncCall().
void(* async_header::proc) (struct async_header *) |
Definition at line 142 of file services.c.
Referenced by async_proc(), and init_async().
IWbemObjectSink* async_header::sink |
Definition at line 141 of file services.c.
Referenced by free_async(), and init_async().
HANDLE async_header::wait |
Definition at line 144 of file services.c.
Referenced by async_proc(), free_async(), init_async(), and wbem_services_CancelAsyncCall().