MCPcopy Create free account
hub / github.com/D4stiny/PeaceMaker / FreeAlert

Method FreeAlert

PeaceMaker Kernel/AlertQueue.cpp:126–132  ·  view source on GitHub ↗

Free a previously pop'd alert. @param Alert - The alert to free. */

Source from the content-addressed store, hash-verified

124 @param Alert - The alert to free.
125*/
126VOID
127AlertQueue::FreeAlert(
128 _In_ PBASE_ALERT_INFO Alert
129 )
130{
131 ExFreePoolWithTag(Alert, ALERT_QUEUE_ENTRY_TAG);
132}

Callers 1

IOCTLDeviceControlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected