Page MenuHomedesp's stash

SystemInformation.h
No OneTemporary

SystemInformation.h

#pragma once
#include <windows.h>
enum OPERATING_SYSTEM {
UNKNOWN_OS,
WIN_XP_32,
WIN_XP_64,
WIN_VISTA_32,
WIN_VISTA_64,
WIN_7_32,
WIN_7_64,
};
typedef void (WINAPI *def_GetNativeSystemInfo)(LPSYSTEM_INFO lpSystemInfo);
class SystemInformation {
public:
static OPERATING_SYSTEM currenOS;
static bool getSystemInformation();
private:
};

File Metadata

Mime Type
text/x-c++
Expires
Mon, Feb 9, 11:35 PM (16 h, 27 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
69/89/714fed4140db4e11fcc7363c8551

Event Timeline