Pioneer
Loading...
Searching...
No Matches
Typedefs | Functions
OS Namespace Reference

Typedefs

typedef void(WINAPI * RtlGetVersion) (OSVERSIONINFOEXW *)
 

Functions

void NotifyLoadBegin ()
 
void NotifyLoadEnd ()
 
const char * GetIconFilename ()
 
void EnableFPE ()
 
void DisableFPE ()
 
uint32_t GetNumCores ()
 
const std::string GetOSInfoString ()
 
const std::string GetUserLangCode ()
 
void EnableBreakpad ()
 
bool SupportsFolderBrowser ()
 
void OpenUserFolderBrowser ()
 
void SetDPIAware ()
 
const std::string GetHardwareInfo ()
 
BOOL GetVersionHackNTDLL (OSVERSIONINFOEX *os)
 

Typedef Documentation

◆ RtlGetVersion

typedef void(WINAPI * OS::RtlGetVersion) (OSVERSIONINFOEXW *)

Function Documentation

◆ DisableFPE()

void OS::DisableFPE ( )

◆ EnableBreakpad()

void OS::EnableBreakpad ( )

◆ EnableFPE()

void OS::EnableFPE ( )

◆ GetHardwareInfo()

const std::string OS::GetHardwareInfo ( )

◆ GetIconFilename()

const char * OS::GetIconFilename ( )

◆ GetNumCores()

uint32_t OS::GetNumCores ( )

◆ GetOSInfoString()

const std::string OS::GetOSInfoString ( )

◆ GetUserLangCode()

const std::string OS::GetUserLangCode ( )

◆ GetVersionHackNTDLL()

BOOL OS::GetVersionHackNTDLL ( OSVERSIONINFOEX *  os)

◆ NotifyLoadBegin()

void OS::NotifyLoadBegin ( )

◆ NotifyLoadEnd()

void OS::NotifyLoadEnd ( )

◆ OpenUserFolderBrowser()

void OS::OpenUserFolderBrowser ( )

◆ SetDPIAware()

void OS::SetDPIAware ( )

◆ SupportsFolderBrowser()

bool OS::SupportsFolderBrowser ( )