ReactOS 0.4.15-dev-8434-g155a7c7
_CONSOLE_SETPALETTE Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_SETPALETTE:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE OutputHandle
 
HPALETTE PaletteHandle
 
UINT Usage
 

Detailed Description

Definition at line 475 of file conmsg.h.

Member Data Documentation

◆ ConsoleHandle

HANDLE _CONSOLE_SETPALETTE::ConsoleHandle

Definition at line 477 of file conmsg.h.

Referenced by SetConsolePalette().

◆ OutputHandle

HANDLE _CONSOLE_SETPALETTE::OutputHandle

Definition at line 478 of file conmsg.h.

Referenced by SetConsolePalette().

◆ PaletteHandle

HPALETTE _CONSOLE_SETPALETTE::PaletteHandle

Definition at line 479 of file conmsg.h.

Referenced by SetConsolePalette().

◆ Usage

UINT _CONSOLE_SETPALETTE::Usage

Definition at line 480 of file conmsg.h.

Referenced by SetConsolePalette().


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