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.

10 lines
250 B

  1. #pragma once
  2. HRESULT
  3. HrGetAdvancedPage(HDEVINFO hdi,
  4. PSP_DEVINFO_DATA pdeid,
  5. HPROPSHEETPAGE* phpsp);
  6. HRESULT
  7. HrGetIsdnPage(HDEVINFO hdi,
  8. PSP_DEVINFO_DATA pdeid,
  9. HPROPSHEETPAGE* phpsp);