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

/*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
msgalias.h
Abstract:
Prototypes for function that adds message aliases.
Author:
Dan Lafferty (danl) 28-Oct-1992
Environment:
User Mode -Win32
Revision History:
28-Oct-1992 danl
created
--*/
//
// GetProcAddr Prototypes
//
typedef DWORD (*PMSG_NAME_ADD) (
LPWSTR servername,
LPWSTR msgname
);
//
// Function Prototypes
//
VOID
AddMsgAlias(
LPWSTR Username
);