#ifndef _NTEXAPI_H
typedef _Function_class_(SYSTEM_WATCHDOG_HANDLER)
NTSTATUS NTAPI SYSTEM_WATCHDOG_HANDLER(
_In_ WATCHDOG_HANDLER_ACTION Action,
_In_ PVOID Context,
_Inout_ PULONG DataValue,
_In_ BOOLEAN NoLocks
);
View code on GitHub
No description available.