Leaked source code of windows server 2003
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.

33 lines
470 B

  1. ;; Copyright Microsoft Corporation
  2. ;;
  3. ;; Module Name:
  4. ;;
  5. ;; winthrow_names.tpl
  6. ;;
  7. ;; Abstract:
  8. ;;
  9. ;; Author:
  10. ;;
  11. ;; July 2001 JayKrell
  12. ;;
  13. ;; Revision History:
  14. ;;
  15. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  16. [Macros]
  17. MacroName=SameSignatureName
  18. Begin=
  19. @ApiNameOrThrow
  20. End=
  21. MacroName=UnlessDotsName
  22. Begin=
  23. @ApiNameOrThrowUnless
  24. End=
  25. MacroName=UnlessVaName
  26. Begin=
  27. @ApiNameOrThrowUnlessVa
  28. End=