mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1.1 KiB
19 lines
1.1 KiB
#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
|