windows-nt/Source/XPSP1/NT/inetsrv/iis/setup/osrc/www.h

15 lines
623 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "stdafx.h"
int CheckIfThisServerHasAUserThenUseIt(int iForWhichUser);
int CheckIfServerAHasAUserThenUseForServerB(TCHAR *szServerAMetabasePath,int iServerBisWhichUser);
int MakeThisUserNameAndPasswordWork(int iForWhichUser, TCHAR *szAnonyName,TCHAR *szAnonyPassword, int iMetabaseUserExistsButCouldntGetPassword, int IfUserNotExistThenReturnFalse);
int LoopThruW3SVCInstancesAndSetStuff();
#ifndef _CHICAGO_
int Register_iis_www_handle_iusr_acct(void);
int Register_iis_www_handle_iwam_acct(void);
int CheckForOtherIUsersAndUseItForWWW(void);
#endif
INT Register_iis_www();
INT Unregister_iis_www();