ReactOS 0.4.15-dev-7924-g5949c20
_CONSOLE_REGISTERVDM Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_REGISTERVDM:

Public Attributes

HANDLE ConsoleHandle
 
ULONG RegisterFlags
 
HANDLE StartHardwareEvent
 
HANDLE EndHardwareEvent
 
HANDLE ErrorHardwareEvent
 
ULONG UnusedVar
 
ULONG VideoStateLength
 
PVOID VideoState
 
PVOID UnusedBuffer
 
ULONG UnusedBufferLength
 
COORD VDMBufferSize
 
PVOID VDMBuffer
 

Detailed Description

Definition at line 875 of file conmsg.h.

Member Data Documentation

◆ ConsoleHandle

HANDLE _CONSOLE_REGISTERVDM::ConsoleHandle

Definition at line 877 of file conmsg.h.

Referenced by RegisterConsoleVDM().

◆ EndHardwareEvent

HANDLE _CONSOLE_REGISTERVDM::EndHardwareEvent

Definition at line 880 of file conmsg.h.

Referenced by RegisterConsoleVDM().

◆ ErrorHardwareEvent

HANDLE _CONSOLE_REGISTERVDM::ErrorHardwareEvent

Definition at line 881 of file conmsg.h.

Referenced by RegisterConsoleVDM().

◆ RegisterFlags

ULONG _CONSOLE_REGISTERVDM::RegisterFlags

Definition at line 878 of file conmsg.h.

Referenced by RegisterConsoleVDM().

◆ StartHardwareEvent

HANDLE _CONSOLE_REGISTERVDM::StartHardwareEvent

Definition at line 879 of file conmsg.h.

Referenced by RegisterConsoleVDM().

◆ UnusedBuffer

PVOID _CONSOLE_REGISTERVDM::UnusedBuffer

Definition at line 890 of file conmsg.h.

Referenced by RegisterConsoleVDM().

◆ UnusedBufferLength

ULONG _CONSOLE_REGISTERVDM::UnusedBufferLength

Definition at line 891 of file conmsg.h.

Referenced by RegisterConsoleVDM().

◆ UnusedVar

ULONG _CONSOLE_REGISTERVDM::UnusedVar

Definition at line 884 of file conmsg.h.

◆ VDMBuffer

PVOID _CONSOLE_REGISTERVDM::VDMBuffer

Definition at line 894 of file conmsg.h.

Referenced by RegisterConsoleVDM().

◆ VDMBufferSize

COORD _CONSOLE_REGISTERVDM::VDMBufferSize

Definition at line 893 of file conmsg.h.

Referenced by RegisterConsoleVDM().

◆ VideoState

PVOID _CONSOLE_REGISTERVDM::VideoState

Definition at line 887 of file conmsg.h.

Referenced by RegisterConsoleVDM().

◆ VideoStateLength

ULONG _CONSOLE_REGISTERVDM::VideoStateLength

Definition at line 886 of file conmsg.h.

Referenced by RegisterConsoleVDM().


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