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.

18 lines
295 B

  1. //
  2. // Copyright 2001 - Microsoft Corporation
  3. //
  4. // Created By:
  5. // Geoff Pease (GPease) 20-FEB-2001
  6. //
  7. // Maintained By:
  8. // Geoff Pease (GPease) 20-FEB-2001
  9. //
  10. #pragma once
  11. void
  12. DisplayPersistFailure(
  13. HWND hwndIn
  14. , HRESULT hrIn
  15. , BOOL fMultipleIn
  16. );