MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / DPC_DATA

Class DPC_DATA

Kernel-Bridge/API/Callable.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 void DpcOnEachCpu(void(*Callback)(void* Arg), void* Arg)
83 {
84 struct DPC_DATA
85 {
86 decltype(Callback) Callback;
87 PVOID Arg;
88 };
89
90 DPC_DATA DpcData = { Callback, Arg };
91

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected