![]() |
Pioneer
|
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 void(WINAPI * OS::RtlGetVersion) (OSVERSIONINFOEXW *) |
| void OS::DisableFPE | ( | ) |
| void OS::EnableBreakpad | ( | ) |
| void OS::EnableFPE | ( | ) |
| const std::string OS::GetHardwareInfo | ( | ) |
| const char * OS::GetIconFilename | ( | ) |
| uint32_t OS::GetNumCores | ( | ) |
| const std::string OS::GetOSInfoString | ( | ) |
| const std::string OS::GetUserLangCode | ( | ) |
| BOOL OS::GetVersionHackNTDLL | ( | OSVERSIONINFOEX * | os | ) |
| void OS::NotifyLoadBegin | ( | ) |
| void OS::NotifyLoadEnd | ( | ) |
| void OS::OpenUserFolderBrowser | ( | ) |
| void OS::SetDPIAware | ( | ) |
| bool OS::SupportsFolderBrowser | ( | ) |