#include "private.hpp"
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ PGROUP_ENTRY
◆ IServiceGroupDpc()
Definition at line 226 of file service_group.cpp.
232{
236
237
239
240
241 CurEntry =
This->m_ServiceSinkHead.Flink;
242
243
244 while (CurEntry != &
This->m_ServiceSinkHead)
245 {
246
248
249
250 Entry->pServiceSink->RequestService();
251
252
253 CurEntry = CurEntry->
Flink;
254 }
255
256
258}
#define KeAcquireSpinLockAtDpcLevel(SpinLock)
#define KeReleaseSpinLockFromDpcLevel(SpinLock)
struct GROUP_ENTRY * PGROUP_ENTRY
struct _LIST_ENTRY * Flink
#define CONTAINING_RECORD(address, type, field)
_In_opt_ PVOID DeferredContext
◆ PcNewServiceGroup()