winerr.odl
来自「The code for this article was written fo」· ODL 代码 · 共 728 行 · 第 1/4 页
ODL
728 行
const long ERROR_INVALID_GROUPNAME = 1209;
[ helpstring("The format of the specified computer name is invalid") ]
const long ERROR_INVALID_COMPUTERNAME = 1210;
[ helpstring("The format of the specified event name is invalid") ]
const long ERROR_INVALID_EVENTNAME = 1211;
[ helpstring("The format of the specified domain name is invalid") ]
const long ERROR_INVALID_DOMAINNAME = 1212;
[ helpstring("The format of the specified service name is invalid") ]
const long ERROR_INVALID_SERVICENAME = 1213;
[ helpstring("The format of the specified network name is invalid") ]
const long ERROR_INVALID_NETNAME = 1214;
[ helpstring("The format of the specified share name is invalid") ]
const long ERROR_INVALID_SHARENAME = 1215;
[ helpstring("The format of the specified password is invalid") ]
const long ERROR_INVALID_PASSWORDNAME = 1216;
[ helpstring("The format of the specified message name is invalid") ]
const long ERROR_INVALID_MESSAGENAME = 1217;
[ helpstring("The format of the specified message destination is invalid") ]
const long ERROR_INVALID_MESSAGEDEST = 1218;
[ helpstring("The credentials supplied conflict with an existing set of credentials") ]
const long ERROR_SESSION_CREDENTIAL_CONFLICT = 1219;
[ helpstring("An attempt was made to establish a session to a network server, but there are already too many sessions established to that server") ]
const long ERROR_REMOTE_SESSION_LIMIT_EXCEEDED = 1220;
[ helpstring("The workgroup or domain name is already in use by another computer on the network") ]
const long ERROR_DUP_DOMAINNAME = 1221;
[ helpstring("The network is not present or not started") ]
const long ERROR_NO_NETWORK = 1222;
[ helpstring("The operation was cancelled by the user") ]
const long ERROR_CANCELLED = 1223;
[ helpstring("The requested operation cannot be performed on a file with a user mapped section open") ]
const long ERROR_USER_MAPPED_FILE = 1224;
[ helpstring("The remote system refused the network connection") ]
const long ERROR_CONNECTION_REFUSED = 1225;
[ helpstring("The network connection was gracefully closed") ]
const long ERROR_GRACEFUL_DISCONNECT = 1226;
[ helpstring("The network transport endpoint already has an address associated with it") ]
const long ERROR_ADDRESS_ALREADY_ASSOCIATED = 1227;
[ helpstring("An address has not yet been associated with the network endpoint") ]
const long ERROR_ADDRESS_NOT_ASSOCIATED = 1228;
[ helpstring("An operation was attempted on a non-existent network connection") ]
const long ERROR_CONNECTION_INVALID = 1229;
[ helpstring("An invalid operation was attempted on an active network connection") ]
const long ERROR_CONNECTION_ACTIVE = 1230;
[ helpstring("The remote network is not reachable by the transport") ]
const long ERROR_NETWORK_UNREACHABLE = 1231;
[ helpstring("The remote system is not reachable by the transport") ]
const long ERROR_HOST_UNREACHABLE = 1232;
[ helpstring("The remote system does not support the transport protocol") ]
const long ERROR_PROTOCOL_UNREACHABLE = 1233;
[ helpstring("No service is operating at the destination network endpoint on the remote system") ]
const long ERROR_PORT_UNREACHABLE = 1234;
[ helpstring("The request was aborted") ]
const long ERROR_REQUEST_ABORTED = 1235;
[ helpstring("The network connection was aborted by the local system") ]
const long ERROR_CONNECTION_ABORTED = 1236;
[ helpstring("The operation could not be completed. A retry should be performed") ]
const long ERROR_RETRY = 1237;
[ helpstring("A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached") ]
const long ERROR_CONNECTION_COUNT_LIMIT = 1238;
[ helpstring("Attempting to login during an unauthorized time of day for this account") ]
const long ERROR_LOGIN_TIME_RESTRICTION = 1239;
[ helpstring("The account is not authorized to login from this station") ]
const long ERROR_LOGIN_WKSTA_RESTRICTION = 1240;
[ helpstring("The network address could not be used for the operation requested") ]
const long ERROR_INCORRECT_ADDRESS = 1241;
[ helpstring("The service is already registered") ]
const long ERROR_ALREADY_REGISTERED = 1242;
[ helpstring("The specified service does not exist") ]
const long ERROR_SERVICE_NOT_FOUND = 1243;
[ helpstring("The operation being requested was not performed because the user has not been authenticated") ]
const long ERROR_NOT_AUTHENTICATED = 1244;
[ helpstring("The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist") ]
const long ERROR_NOT_LOGGED_ON = 1245;
[ helpstring("Return that wants caller to continue with work in progress") ]
const long ERROR_CONTINUE = 1246;
[ helpstring("An attempt was made to perform an initialization operation when initialization has already been completed") ]
const long ERROR_ALREADY_INITIALIZED = 1247;
[ helpstring("No more local devices") ]
const long ERROR_NO_MORE_DEVICES = 1248;
[ helpstring("Invalid window handle") ]
const long ERROR_INVALID_WINDOW_HANDLE = 1400;
[ helpstring("Invalid menu handle") ]
const long ERROR_INVALID_MENU_HANDLE = 1401;
[ helpstring("Invalid cursor handle") ]
const long ERROR_INVALID_CURSOR_HANDLE = 1402;
[ helpstring("Invalid accelerator table handle") ]
const long ERROR_INVALID_ACCEL_HANDLE = 1403;
[ helpstring("Invalid hook handle") ]
const long ERROR_INVALID_HOOK_HANDLE = 1404;
[ helpstring("Invalid handle to a multiple-window position structure") ]
const long ERROR_INVALID_DWP_HANDLE = 1405;
[ helpstring("Cannot create a top-level child window") ]
const long ERROR_TLW_WITH_WSCHILD = 1406;
[ helpstring("Cannot find window class") ]
const long ERROR_CANNOT_FIND_WND_CLASS = 1407;
[ helpstring("Invalid window, belongs to other thread") ]
const long ERROR_WINDOW_OF_OTHER_THREAD = 1408;
[ helpstring("Hot key is already registered") ]
const long ERROR_HOTKEY_ALREADY_REGISTERED = 1409;
[ helpstring("Class already exists") ]
const long ERROR_CLASS_ALREADY_EXISTS = 1410;
[ helpstring("Class does not exist") ]
const long ERROR_CLASS_DOES_NOT_EXIST = 1411;
[ helpstring("Class still has open windows") ]
const long ERROR_CLASS_HAS_WINDOWS = 1412;
[ helpstring("Invalid index") ]
const long ERROR_INVALID_INDEX = 1413;
[ helpstring("Invalid icon handle") ]
const long ERROR_INVALID_ICON_HANDLE = 1414;
[ helpstring("Using private DIALOG window words") ]
const long ERROR_PRIVATE_DIALOG_INDEX = 1415;
[ helpstring("The listbox identifier was not found") ]
const long ERROR_LISTBOX_ID_NOT_FOUND = 1416;
[ helpstring("No wildcards were found") ]
const long ERROR_NO_WILDCARD_CHARACTERS = 1417;
[ helpstring("Thread does not have a clipboard open") ]
const long ERROR_CLIPBOARD_NOT_OPEN = 1418;
[ helpstring("Hot key is not registered") ]
const long ERROR_HOTKEY_NOT_REGISTERED = 1419;
[ helpstring("The window is not a valid dialog window") ]
const long ERROR_WINDOW_NOT_DIALOG = 1420;
[ helpstring("Control ID not found") ]
const long ERROR_CONTROL_ID_NOT_FOUND = 1421;
[ helpstring("Invalid message for a combo box because it does not have an edit control") ]
const long ERROR_INVALID_COMBOBOX_MESSAGE = 1422;
[ helpstring("The window is not a combo box") ]
const long ERROR_WINDOW_NOT_COMBOBOX = 1423;
[ helpstring("Height must be less than 256") ]
const long ERROR_INVALID_EDIT_HEIGHT = 1424;
[ helpstring("Invalid device context (DC) handle") ]
const long ERROR_DC_NOT_FOUND = 1425;
[ helpstring("Invalid hook procedure type") ]
const long ERROR_INVALID_HOOK_FILTER = 1426;
[ helpstring("Invalid hook procedure") ]
const long ERROR_INVALID_FILTER_PROC = 1427;
[ helpstring("Cannot set non-local hook without a module handle") ]
const long ERROR_HOOK_NEEDS_HMOD = 1428;
[ helpstring("This hook procedure can only be set globally") ]
const long ERROR_GLOBAL_ONLY_HOOK = 1429;
[ helpstring("The journal hook procedure is already installed") ]
const long ERROR_JOURNAL_HOOK_SET = 1430;
[ helpstring("The hook procedure is not installed") ]
const long ERROR_HOOK_NOT_INSTALLED = 1431;
[ helpstring("Invalid message for single-selection listbox") ]
const long ERROR_INVALID_LB_MESSAGE = 1432;
[ helpstring("LB_SETCOUNT sent to non-lazy listbox") ]
const long ERROR_SETCOUNT_ON_BAD_LB = 1433;
[ helpstring("This list box does not support tab stops") ]
const long ERROR_LB_WITHOUT_TABSTOPS = 1434;
[ helpstring("Cannot destroy object created by another thread") ]
const long ERROR_DESTROY_OBJECT_OF_OTHER_THREAD = 1435;
[ helpstring("Child windows cannot have menus") ]
const long ERROR_CHILD_WINDOW_MENU = 1436;
[ helpstring("The window does not have a system menu") ]
const long ERROR_NO_SYSTEM_MENU = 1437;
[ helpstring("Invalid message box style") ]
const long ERROR_INVALID_MSGBOX_STYLE = 1438;
[ helpstring("Invalid system-wide (SPI_*) parameter") ]
const long ERROR_INVALID_SPI_VALUE = 1439;
[ helpstring("Screen already locked") ]
const long ERROR_SCREEN_ALREADY_LOCKED = 1440;
[ helpstring("All handles to windows in a multiple-window position structure must have the same parent") ]
const long ERROR_HWNDS_HAVE_DIFF_PARENT = 1441;
[ helpstring("The window is not a child window") ]
const long ERROR_NOT_CHILD_WINDOW = 1442;
[ helpstring("Invalid GW_* command") ]
const long ERROR_INVALID_GW_COMMAND = 1443;
[ helpstring("Invalid thread identifier") ]
const long ERROR_INVALID_THREAD_ID = 1444;
[ helpstring("Cannot process a message from a window that is not a multiple document interface (MDI) window") ]
const long ERROR_NON_MDICHILD_WINDOW = 1445;
[ helpstring("Popup menu already active") ]
const long ERROR_POPUP_ALREADY_ACTIVE = 1446;
[ helpstring("The window does not have scroll bars") ]
const long ERROR_NO_SCROLLBARS = 1447;
[ helpstring("Scroll bar range cannot be greater than &H7FFF") ]
const long ERROR_INVALID_SCROLLBAR_RANGE = 1448;
[ helpstring("Cannot show or remove the window in the way specified") ]
const long ERROR_INVALID_SHOWWIN_COMMAND = 1449;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?