CommonLibVR
REX::W32::STARTUPINFOW Struct Reference

#include <KERNEL32.h>

Public Attributes

std::uint32_t size
 
wchar_t * reserved0
 
wchar_t * desktop
 
wchar_t * title
 
std::uint32_t x
 
std::uint32_t y
 
std::uint32_t xSize
 
std::uint32_t ySize
 
std::uint32_t xCountChars
 
std::uint32_t yCountChars
 
std::uint32_t fillAttribute
 
std::uint32_t flags
 
std::uint16_t showWindow
 
std::uint16_t reserved1
 
std::uint8_t * reserved2
 
void * stdIn
 
void * stdOut
 
void * stdErr
 

Member Data Documentation

◆ desktop

wchar_t* REX::W32::STARTUPINFOW::desktop

◆ fillAttribute

std::uint32_t REX::W32::STARTUPINFOW::fillAttribute

◆ flags

std::uint32_t REX::W32::STARTUPINFOW::flags

◆ reserved0

wchar_t* REX::W32::STARTUPINFOW::reserved0

◆ reserved1

std::uint16_t REX::W32::STARTUPINFOW::reserved1

◆ reserved2

std::uint8_t* REX::W32::STARTUPINFOW::reserved2

◆ showWindow

std::uint16_t REX::W32::STARTUPINFOW::showWindow

◆ size

std::uint32_t REX::W32::STARTUPINFOW::size

◆ stdErr

void* REX::W32::STARTUPINFOW::stdErr

◆ stdIn

void* REX::W32::STARTUPINFOW::stdIn

◆ stdOut

void* REX::W32::STARTUPINFOW::stdOut

◆ title

wchar_t* REX::W32::STARTUPINFOW::title

◆ x

std::uint32_t REX::W32::STARTUPINFOW::x

◆ xCountChars

std::uint32_t REX::W32::STARTUPINFOW::xCountChars

◆ xSize

std::uint32_t REX::W32::STARTUPINFOW::xSize

◆ y

std::uint32_t REX::W32::STARTUPINFOW::y

◆ yCountChars

std::uint32_t REX::W32::STARTUPINFOW::yCountChars

◆ ySize

std::uint32_t REX::W32::STARTUPINFOW::ySize

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