Source code of Windows XP (NT5)
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
351 B

  1. #ifndef _DFSTPDI_H
  2. #define _DFSTPDI_H
  3. #include <objbase.h>
  4. HRESULT _InitNotifSetupDI(DWORD dwFlags[], DWORD cchIndent);
  5. HRESULT _CleanupSetupDI();
  6. HRESULT _HandleNotifSetupDI(DWORD dwFlags[], DWORD cchIndent, WPARAM wParam,
  7. LPARAM lParam);
  8. HRESULT _CustomProperty(DWORD dwFlags[], LPWSTR pszDeviceIntfID, DWORD cchIndent);
  9. #endif // _DFSTPDI_H