libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
introvirt::windows::kernel32 Namespace Reference

Classes

class  CreateProcessA
 Handler for kernel32!CreateProcessA. More...
 
class  CreateProcessW
 Handler for kernel32!CreateProcessW. More...
 
class  PROCESS_INFORMATION
 
class  STARTUPINFOA
 
class  STARTUPINFOW
 

Enumerations

enum  CreationFlags { CREATE_SUSPENDED = 0x4 , CREATE_NEW_CONSOLE = 0x10 , CREATE_UNICODE_ENVIRONMENT = 0x00000400 , CREATE_NO_WINDOW = 0x08000000 }
 Used by CreateProcessA's dwCreationFlags argument. More...
 

Functions

WinError GetLastError ()
 

Variables

constexpr unsigned int STARTF_USESHOWWINDOW = 0x00000001
 
constexpr unsigned int SW_HIDE = 0
 

Enumeration Type Documentation

◆ CreationFlags

Used by CreateProcessA's dwCreationFlags argument.

Enumerator
CREATE_SUSPENDED 
CREATE_NEW_CONSOLE 
CREATE_UNICODE_ENVIRONMENT 
CREATE_NO_WINDOW 

Function Documentation

◆ GetLastError()

WinError introvirt::windows::kernel32::GetLastError ( )
Examples
ivexec.cc.

Variable Documentation

◆ STARTF_USESHOWWINDOW

constexpr unsigned int introvirt::windows::kernel32::STARTF_USESHOWWINDOW = 0x00000001
constexpr
Examples
ivexec.cc.

◆ SW_HIDE

constexpr unsigned int introvirt::windows::kernel32::SW_HIDE = 0
constexpr
Examples
ivexec.cc.