windows-nt/Source/XPSP1/NT/base/ntsetup/opktools/inc/msdres.rc
2020-09-26 16:20:57 +08:00

20 lines
1.1 KiB
Plaintext

#include "msdres.h"
STRINGTABLE DISCARDABLE
BEGIN
IDS_ERR_OPEN_INF "Cannot open INF file %s."
IDS_ERR_OPEN_OFFLINECDD "Cannot open offline registry."
IDS_ERR_CREATE_DEVNODE "Failed to create temporary devnode."
IDS_ERR_GET_INF_NAME "Failed to read device INF file name."
IDS_ERR_OPEN_FILE_QUEUE "Failed to open file queue."
IDS_ERR_COMMIT_OFFLINE_QUEUE "Failed to commit the offline file queue."
IDS_ERR_CLASS_GUID "Failed to process the class GUID of the device."
IDS_ERR_UPPER_FILTERS "Failed to process the upper filters of the device."
IDS_ERR_LOWER_FILTERS "Failed to process the lower filters of the device."
IDS_ERR_DEVICE_SERVICE "Failed to process the controlling service of the device."
IDS_ERR_SELECT_COMPAT "Failed to select the best compatible driver for the device."
IDS_ERR_ENUM_COMPAT_DRIVER "Failed to enumerate the best compatible driver for the device."
IDS_ERR_BUILD_COMPAT_DRIVER "Failed to build the list of compatible drivers for the device."
END