windows-nt/Source/XPSP1/NT/shell/services/hdsrv/shhwdtct/pnp.h

12 lines
272 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#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