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.

46 lines
590 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. msgalias.h
  5. Abstract:
  6. Prototypes for function that adds message aliases.
  7. Author:
  8. Dan Lafferty (danl) 28-Oct-1992
  9. Environment:
  10. User Mode -Win32
  11. Revision History:
  12. 28-Oct-1992 danl
  13. created
  14. --*/
  15. //
  16. // GetProcAddr Prototypes
  17. //
  18. typedef DWORD (*PMSG_NAME_ADD) (
  19. LPWSTR servername,
  20. LPWSTR msgname
  21. );
  22. //
  23. // Function Prototypes
  24. //
  25. VOID
  26. AddMsgAlias(
  27. LPWSTR Username
  28. );