windows-nt/Source/XPSP1/NT/shell/services/hdsrv/shhwdtct/pnp.h
2020-09-26 16:20:57 +08:00

12 lines
272 B
C

#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