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.
|
|
;/*++;
; ;Copyright (c) 2002 Microsoft Corporation ; ;Module Name: ; ; sticimsg.h ; ;Abstract: ; ; This file contains the message definitions for the WIA class installer. ; ;Author: ; ; Keisuke Tsuchida (KeisukeT) 09-Apr-2002 ; ;Revision History: ; ;Notes: ; ;--*/ ;
//
// MessageId: MSG_WARNING_SERVICE_DISABLED
//
// MessageText:
//
// %1 is installed, but will not function until the %2 Service is started in the Service Control Manager.
//
#define MSG_WARNING_SERVICE_DISABLED 0x8000200FL
|