Add files via upload
This commit is contained in:
6
shared/WMI.h
Normal file
6
shared/WMI.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <comdef.h>
|
||||
|
||||
HRESULT QueryWMIProperty(BSTR query, BSTR property, VARIANT *value);
|
Reference in New Issue
Block a user