windows-nt/Source/XPSP1/NT/shell/tools/drvfull/dfstpdi.h
2020-09-26 16:20:57 +08:00

13 lines
351 B
C

#ifndef _DFSTPDI_H
#define _DFSTPDI_H
#include <objbase.h>
HRESULT _InitNotifSetupDI(DWORD dwFlags[], DWORD cchIndent);
HRESULT _CleanupSetupDI();
HRESULT _HandleNotifSetupDI(DWORD dwFlags[], DWORD cchIndent, WPARAM wParam,
LPARAM lParam);
HRESULT _CustomProperty(DWORD dwFlags[], LPWSTR pszDeviceIntfID, DWORD cchIndent);
#endif // _DFSTPDI_H