ReactOS 0.4.15-dev-7906-g1b85a5f
resource.h
Go to the documentation of this file.
1#pragma once
2
3#define RC_STRING_MAX_SIZE 2048
4
5/* Strings */
6#define IDS_FAILED_WITH_ERRORCODE 1001
7#define IDS_USAGE 1002
8#define IDS_INCORRECT_PARAMETER_COUNT 1003
9#define IDS_INVALID_PARAMETER 1004
10#define IDS_INVALID_PARAMETER2 1005
11#define IDS_PATH_NOT_FOUND 1006
12#define IDS_ACCESS_DENIED 1007
13#define IDS_DRIVE_ALREADY_SUBSTED 1008