WindowsXP-SP1/admin/cys/win32/spresource.h
2020-09-30 16:53:49 +02:00

12 lines
452 B
C

// These resources define the values that will be returned from the SharePoint installation COM object
// These represent strings in resource.rc that are error messages specific to SharePoint installation
// Since these values are passed back to us we CANNOT CHANGE THESE VALUES or else we will be broken
// DO NOT CHANGE!!!!
#define IDS_SHAREPOINT_ERROR1 2000
#define IDS_SHAREPOINT_ERROR2 2001
// DO NOT CHANGE!!!!