mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 09:54:39 +08:00
headers: add SetupDiGetDeviceProperty in setupapi.h
Signed-off-by: LIU Hao <lh_mouse@126.com>
This commit is contained in:
parent
fd5748efc5
commit
6e945baffc
@ -1891,6 +1891,10 @@ extern "C" {
|
||||
#if _WIN32_WINNT >= 0x0600
|
||||
WINSETUPAPI WINBOOL WINAPI SetupDiGetDevicePropertyW(HDEVINFO DeviceInfoSet, PSP_DEVINFO_DATA DeviceInfoData, const DEVPROPKEY *PropertyKey, DEVPROPTYPE *PropertyType, PBYTE PropertyBuffer, DWORD PropertyBufferSize, PDWORD RequiredSize, DWORD Flags);
|
||||
WINSETUPAPI WINBOOL WINAPI SetupDiGetDevicePropertyKeys(HDEVINFO DeviceInfoSet, PSP_DEVINFO_DATA DeviceInfoData, DEVPROPKEY *PropertyKeyArray, DWORD PropertyKeyCount, PDWORD RequiredPropertyKeyCount, DWORD Flags);
|
||||
|
||||
#ifdef UNICODE
|
||||
#define SetupDiGetDeviceProperty SetupDiGetDevicePropertyW
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user