Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

45 lines
845 B

/****************************** Module Header ******************************\
* Module Name: provider.h
*
* Copyright (c) 1991, Microsoft Corporation
*
* Define functions that support multiple network providers
*
* History:
* 01-13-93 Davidc Created.
\***************************************************************************/
//
// Exported function prototypes
//
int
MprLogonNotify(
PGLOBALS pGlobals,
HWND hwndOwner,
LPTSTR Name,
LPTSTR Domain,
LPTSTR Password,
LPTSTR OldPassword OPTIONAL,
PLUID LogonId,
LPWSTR *MprLogonScripts
);
int
MprChangePasswordNotify(
PGLOBALS pGlobals,
HWND hwndOwner,
PWSTR Provider,
LPTSTR Name,
LPTSTR Domain,
LPTSTR Password,
LPTSTR OldPassword,
DWORD ChangeInfo,
BOOL PassThrough
);
BOOL
NoNeedToNotify(
VOID
);