Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayKernel::CKeEvent Struct Reference

#include <cKernel.h>

Inheritance diagram for GrayKernel::CKeEvent:

Public Member Functions

void InitEvent ()
 
void ClearEvent ()
 
LONG SetEvent ()
 
NTSTATUS WaitForEvent ()
 

Detailed Description

Used to wait on KeWaitForSingleObject()

Member Function Documentation

◆ ClearEvent()

void GrayKernel::CKeEvent::ClearEvent ( )
inline

◆ InitEvent()

void GrayKernel::CKeEvent::InitEvent ( )
inline

◆ SetEvent()

LONG GrayKernel::CKeEvent::SetEvent ( )
inline

◆ WaitForEvent()

NTSTATUS GrayKernel::CKeEvent::WaitForEvent ( )
inline
Returns
WAIT_FAILED, WAIT_OBJECT_0

The documentation for this struct was generated from the following file: