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.
|
|
;/***************************************************************************
;* * ;* bitsmsg.h -- error code definitions for the background file copier * ;* * ;* Copyright (c) 2000, Microsoft Corp. All rights reserved. * ;* * ;***************************************************************************/ ; ;#ifndef _BITSSRVEVENTLOG_ ;#define _BITSSRVEVENTLOG_ ; ;#if defined (_MSC_VER) && (_MSC_VER >= 1020) && !defined(__midl) ;#pragma once ;#endif ;
SeverityNames=(Success=0x0 Informational=0x1 Warning=0x2 Error=0x3 )
MessageId=0x001 SymbolicName=BITSRV_EVENTLOG_CLEANUP_CATAGORY Severity=Success Language=English Cleanup .
;// The upload job {caa0e514-5e71-492f-a383-197965bdd726} was deleted from c:\upload.
MessageId=0x002 SymbolicName=BITSSRV_EVENTLOG_DELETED_SESSION Severity=Informational Language=English The job %2 was deleted from the virtual directory %1. .
;// An unexpected error occurred while cleaning the /LM/W3SVC/1/Root/upload virtual directory.
MessageId=0x003 SymbolicName=BITSSRV_EVENTLOG_UNEXPECTED_ERROR Severity=Error Language=English An unexpected error occurred while Cleanup was running on the virtual directory %1. Try running Cleanup again later. .
;// The upload job {caa0e514-5e71-492f-a383-197965bdd726} could not be removed from c:\upload.
MessageId=0x004 SymbolicName=BITSSRV_EVENTLOG_CANT_REMOVE_SESSION Severity=Error Language=English The job %2 could not be deleted from the virtual directory %1. .
;// The directory c:\upload could not be scanned.
MessageId=0x005 SymbolicName=BITSSRV_EVENTLOG_CANT_SCAN_DIRECTORY Severity=Error Language=English The virtual directory %1 could not be scanned. The directory might not be available right now. Try running Cleanup again later. .
;// The directory c:\upload\BITS-Sessions could not be deleted.
MessageId=0x006 SymbolicName=BITSSRV_EVENTLOG_REMOVEDIRECTORY_ERROR Severity=Error Language=English The directory %1 could not be deleted. Another program might be accessing this directory or there might be network problems. Run Cleanup again later. .
;// The file c:\upload\BITS-Sessions could not be deleted.
MessageId=0x007 SymbolicName=BITSSRV_EVENTLOG_DELETEFILE_ERROR Severity=Error Language=English The file %1 could not be deleted. Another program might be accessing this file or there might be network problems. Run Cleanup again later. .
;#endif //_BITSSRVEVENTLOG_
|