windows-nt/Source/XPSP1/NT/ds/security/services/scerpc/fileshr/smbdllrc.h

49 lines
1.1 KiB
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1994 Microsoft Corporation
Module Name:
smbdllrc.h
Abstract:
This module defines resource IDs for strings
Author:
Jin Huang (Jinhuang) 27-Feb.-1998
Revision History:
--*/
#ifndef __smbdllrc__
#define __smbdllrc__
#define SMBSVC_ERROR_ANALYZE 7100
#define SMBSVC_ERROR_CONFIGURE 7101
#define SMBSVC_ERROR_ENUM_SHARE 7102
#define SMBSVC_ERROR_QUERY 7103
#define SMBSVC_ERROR_SAVE_INFO 7104
#define SMBSVC_UNKNOWN_KEYWORD 7105
#define SMBSVC_ANALYZE_CLIENT_DONE 7110
#define SMBSVC_ANALYZE_CLIENT_START 7111
#define SMBSVC_ANALYZE_SERVER_DONE 7112
#define SMBSVC_ANALYZE_SERVER_START 7113
#define SMBSVC_CONFIGURE_CLIENT_DONE 7114
#define SMBSVC_CONFIGURE_CLIENT_START 7115
#define SMBSVC_CONFIGURE_SERVER_DONE 7116
#define SMBSVC_CONFIGURE_SERVER_START 7117
#define SMBSVC_MATCH 7120
#define SMBSVC_MISMATCH 7121
#define SMBSVC_NOT_CONFIGURED 7122
#define SMBSVC_QUERY_INFO 7123
#define SMBSVC_SAVE_INFO 7124
#define SMBSVC_UPDATE_INFO 7125
#endif