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.

14 lines
637 B

  1. #include "stdafx.h"
  2. int CheckIfThisServerHasAUserThenUseIt(int iForWhichUser);
  3. int CheckIfServerAHasAUserThenUseForServerB(TCHAR *szServerAMetabasePath,int iServerBisWhichUser);
  4. int MakeThisUserNameAndPasswordWork(int iForWhichUser, TCHAR *szAnonyName,TCHAR *szAnonyPassword, int iMetabaseUserExistsButCouldntGetPassword, int IfUserNotExistThenReturnFalse);
  5. int LoopThruW3SVCInstancesAndSetStuff();
  6. #ifndef _CHICAGO_
  7. int Register_iis_www_handle_iusr_acct(void);
  8. int Register_iis_www_handle_iwam_acct(void);
  9. int CheckForOtherIUsersAndUseItForWWW(void);
  10. #endif
  11. INT Register_iis_www();
  12. INT Unregister_iis_www();