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.

17 lines
260 B

  1. // Copyright (C) 1999 Microsoft Corporation
  2. //
  3. // common routines
  4. //
  5. // sburns 5-3-99
  6. void
  7. SetComError(
  8. const String& desciption,
  9. DWORD helpContext = 0);
  10. void
  11. SetComError(
  12. unsigned descriptionMessageResID,
  13. DWORD helpContext = 0);