You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
283 B
12 lines
283 B
#ifndef _PNP_H
|
|
#define _PNP_H
|
|
|
|
#include <objbase.h>
|
|
|
|
HRESULT _GetPropertyHelper(LPCWSTR pszKey, LPCWSTR pszPropName, DWORD* pdwType,
|
|
PBYTE pbData, DWORD cbData);
|
|
|
|
HRESULT _GetPropertySizeHelper(LPCWSTR pszKey, LPCWSTR pszPropName,
|
|
DWORD* pcbSize);
|
|
|
|
#endif //_PNP_H
|