Etterna
0.74.4
Loading...
Searching...
No Matches
src
archutils
Win32
VideoDriverInfo.h
1
/* GetVideoDriverInfo - Get information about Win32 video drivers. */
2
3
#ifndef VIDEO_DRIVER_INFO_H
4
#define VIDEO_DRIVER_INFO_H
5
6
struct
VideoDriverInfo
7
{
8
std::string sProvider;
9
std::string sDescription;
10
std::string sVersion;
11
std::string sDate;
12
std::string sDeviceID;
13
};
14
15
std::string
16
GetPrimaryVideoName();
17
bool
18
GetVideoDriverInfo(
int
iCardno,
VideoDriverInfo
& info);
19
std::string
20
GetPrimaryVideoDriverName();
21
22
#endif
VideoDriverInfo
Definition
VideoDriverInfo.h:7
Generated by
1.9.8