ReactOS 0.4.16-dev-2534-gdcd45a5
resource.h
Go to the documentation of this file.
1#pragma once
2
3/* General IDs */
4#define IDS_USAGE 101
5#define IDS_PERCENT_COMPL 102
6#define IDS_ABOUT 103
7#define IDS_FILE_SYSTEM 104
8
9/* Failure IDs */
10#define IDS_VOLUME_IN_USE 200
11#define IDS_CHKDSK_FAIL 201
12#define IDS_NO_ENTRY_POINT 202
13#define IDS_BAD_ARGUMENT 203
14#define IDS_NO_CURRENT_DIR 204
15#define IDS_NO_QUERY_VOL 205
16#define IDS_VOLUME_IN_USE_PROC 206
17
18/* EOF */