CommonLibVR
REX::W32::STARTUPINFOA Struct Reference

#include <KERNEL32.h>

Public Attributes

std::uint32_t size
 
char * reserved0
 
char * desktop
 
char * 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

char* REX::W32::STARTUPINFOA::desktop

◆ fillAttribute

std::uint32_t REX::W32::STARTUPINFOA::fillAttribute

◆ flags

std::uint32_t REX::W32::STARTUPINFOA::flags

◆ reserved0

char* REX::W32::STARTUPINFOA::reserved0

◆ reserved1

std::uint16_t REX::W32::STARTUPINFOA::reserved1

◆ reserved2

std::uint8_t* REX::W32::STARTUPINFOA::reserved2

◆ showWindow

std::uint16_t REX::W32::STARTUPINFOA::showWindow

◆ size

std::uint32_t REX::W32::STARTUPINFOA::size

◆ stdErr

void* REX::W32::STARTUPINFOA::stdErr

◆ stdIn

void* REX::W32::STARTUPINFOA::stdIn

◆ stdOut

void* REX::W32::STARTUPINFOA::stdOut

◆ title

char* REX::W32::STARTUPINFOA::title

◆ x

std::uint32_t REX::W32::STARTUPINFOA::x

◆ xCountChars

std::uint32_t REX::W32::STARTUPINFOA::xCountChars

◆ xSize

std::uint32_t REX::W32::STARTUPINFOA::xSize

◆ y

std::uint32_t REX::W32::STARTUPINFOA::y

◆ yCountChars

std::uint32_t REX::W32::STARTUPINFOA::yCountChars

◆ ySize

std::uint32_t REX::W32::STARTUPINFOA::ySize

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