Searched refs:NtOpenEventFunction (Results 1 – 4 of 4) sorted by relevance
22 typedef NTSTATUS (WINAPI *NtOpenEventFunction) ( typedef37 NtOpenEventFunction orig_OpenEvent,
249 NtOpenEventFunction orig_fn = reinterpret_cast< in TargetNtOpenEvent64()250 NtOpenEventFunction>(g_originals[OPEN_EVENT_ID]); in TargetNtOpenEvent64()
109 NTSTATUS WINAPI TargetNtOpenEvent(NtOpenEventFunction orig_OpenEvent, in TargetNtOpenEvent()
222 NtOpenEventFunction NtOpenEvent = NULL; in OpenEventAction()