Page Menu
Home
desp's stash
Search
Configure Global Search
Log In
Files
F762196
SystemInformation.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
369 B
Subscribers
None
SystemInformation.h
View Options
#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
,
WIN_8_32
,
WIN_8_64
};
typedef
void
(
WINAPI
*
def_GetNativeSystemInfo
)(
LPSYSTEM_INFO
lpSystemInfo
);
class
SystemInformation
{
public
:
static
OPERATING_SYSTEM
currenOS
;
static
bool
getSystemInformation
();
private
:
};
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Tue, Jul 28, 2:41 AM (1 d, 16 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
55/1a/c69b7bfec07bd36ffbeeeb2cfb65
Attached To
rSCY Scylla
Event Timeline
Log In to Comment