ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Classes | |
struct | GROUP_ENTRY |
class | CServiceGroup |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct GROUP_ENTRY * | PGROUP_ENTRY |
Functions | |
VOID NTAPI | IServiceGroupDpc (IN struct _KDPC *Dpc, IN PVOID DeferredContext, IN PVOID SystemArgument1, IN PVOID SystemArgument2) |
NTSTATUS NTAPI | PcNewServiceGroup (OUT PSERVICEGROUP *OutServiceGroup, IN PUNKNOWN OuterUnknown OPTIONAL) |
#define NDEBUG |
Definition at line 11 of file service_group.cpp.
typedef struct GROUP_ENTRY * PGROUP_ENTRY |
VOID NTAPI IServiceGroupDpc | ( | IN struct _KDPC * | Dpc, |
IN PVOID | DeferredContext, | ||
IN PVOID | SystemArgument1, | ||
IN PVOID | SystemArgument2 | ||
) |
Definition at line 226 of file service_group.cpp.
NTSTATUS NTAPI PcNewServiceGroup | ( | OUT PSERVICEGROUP * | OutServiceGroup, |
IN PUNKNOWN OuterUnknown | OPTIONAL | ||
) |
Definition at line 303 of file service_group.cpp.
Referenced by CMiniportWaveStreamCMI::Init(), and CMiniportStream::Init().