亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? ntstatus.h

?? ARM7的一些試驗(yàn)程序
?? H
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
/*++ BUILD Version: 0005    // Increment this if a change has global effects

Copyright (c) 1991-1993  Microsoft Corporation

Module Name:

    ntstatus.h

Abstract:

    Constant definitions for the NTSTATUS values.

Author:

    Portable Systems Group 30-Mar-1989

Revision History:

Notes:

    This file is generated by the MC tool from the winerror.msg file.

    Please add new error values to the end of the file.  To do otherwise
    will jumble the error values.

--*/

#ifndef _NTSTATUS_
#define _NTSTATUS_

#ifndef WIN32_NO_STATUS // winnt
// begin_ntsecapi

/*lint -save -e767 */  // Don't complain about different definitions // winnt



/////////////////////////////////////////////////////////////////////////
//
// Standard Success values
//
//
/////////////////////////////////////////////////////////////////////////


//
// The success status codes 0 - 63 are reserved for wait completion status.
// FacilityCodes 0x5 - 0xF have been allocated by various drivers.
//
#define STATUS_SUCCESS                          ((NTSTATUS)0x00000000L) // ntsubauth

//
//  Values are 32 bit values layed out as follows:
//
//   3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
//   1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
//  +---+-+-+-----------------------+-------------------------------+
//  |Sev|C|R|     Facility          |               Code            |
//  +---+-+-+-----------------------+-------------------------------+
//
//  where
//
//      Sev - is the severity code
//
//          00 - Success
//          01 - Informational
//          10 - Warning
//          11 - Error
//
//      C - is the Customer code flag
//
//      R - is a reserved bit
//
//      Facility - is the facility code
//
//      Code - is the facility's status code
//
//
// Define the facility codes
//
#define FACILITY_USB_ERROR_CODE          0x10
#define FACILITY_RPC_STUBS               0x3
#define FACILITY_RPC_RUNTIME             0x2
#define FACILITY_IO_ERROR_CODE           0x4
#define FACILITY_HID_ERROR_CODE          0x11
#define FACILITY_FIREWIRE_ERROR_CODE     0x12
#define FACILITY_CLUSTER_ERROR_CODE      0x13


//
// Define the severity codes
//
#define STATUS_SEVERITY_WARNING          0x2
#define STATUS_SEVERITY_SUCCESS          0x0
#define STATUS_SEVERITY_INFORMATIONAL    0x1
#define STATUS_SEVERITY_ERROR            0x3


//
// MessageId: STATUS_WAIT_0
//
// MessageText:
//
//  STATUS_WAIT_0
//
#define STATUS_WAIT_0                    ((NTSTATUS)0x00000000L)    // winnt

//
// MessageId: STATUS_WAIT_1
//
// MessageText:
//
//  STATUS_WAIT_1
//
#define STATUS_WAIT_1                    ((NTSTATUS)0x00000001L)

//
// MessageId: STATUS_WAIT_2
//
// MessageText:
//
//  STATUS_WAIT_2
//
#define STATUS_WAIT_2                    ((NTSTATUS)0x00000002L)

//
// MessageId: STATUS_WAIT_3
//
// MessageText:
//
//  STATUS_WAIT_3
//
#define STATUS_WAIT_3                    ((NTSTATUS)0x00000003L)

//
// MessageId: STATUS_WAIT_63
//
// MessageText:
//
//  STATUS_WAIT_63
//
#define STATUS_WAIT_63                   ((NTSTATUS)0x0000003FL)


//
// The success status codes 128 - 191 are reserved for wait completion
// status with an abandoned mutant object.
//
#define STATUS_ABANDONED                        ((NTSTATUS)0x00000080L)

//
// MessageId: STATUS_ABANDONED_WAIT_0
//
// MessageText:
//
//  STATUS_ABANDONED_WAIT_0
//
#define STATUS_ABANDONED_WAIT_0          ((NTSTATUS)0x00000080L)    // winnt

//
// MessageId: STATUS_ABANDONED_WAIT_63
//
// MessageText:
//
//  STATUS_ABANDONED_WAIT_63
//
#define STATUS_ABANDONED_WAIT_63         ((NTSTATUS)0x000000BFL)

//
// MessageId: STATUS_USER_APC
//
// MessageText:
//
//  The success status codes 256, 257, 258, and 258 are reserved for
//  User APC, Kernel APC, Alerted, and Timeout.
//
#define STATUS_USER_APC                  ((NTSTATUS)0x000000C0L)    // winnt

//
// MessageId: STATUS_KERNEL_APC
//
// MessageText:
//
//  The success status codes 256, 257, 258, and 258 are reserved for
//  User APC, Kernel APC, Alerted, and Timeout.
//
#define STATUS_KERNEL_APC                ((NTSTATUS)0x00000100L)

//
// MessageId: STATUS_ALERTED
//
// MessageText:
//
//  The success status codes 256, 257, 258, and 258 are reserved for
//  User APC, Kernel APC, Alerted, and Timeout.
//
#define STATUS_ALERTED                   ((NTSTATUS)0x00000101L)

//
// MessageId: STATUS_TIMEOUT
//
// MessageText:
//
//  The success status codes 256, 257, 258, and 258 are reserved for
//  User APC, Kernel APC, Alerted, and Timeout.
//
#define STATUS_TIMEOUT                   ((NTSTATUS)0x00000102L)    // winnt

//
// MessageId: STATUS_PENDING
//
// MessageText:
//
//  The operation that was requested is pending completion.
//
#define STATUS_PENDING                   ((NTSTATUS)0x00000103L)    // winnt

//
// MessageId: STATUS_REPARSE
//
// MessageText:
//
//  A reparse should be performed by the Object Manager since the name of the
//  file resulted in a symbolic link.
//
#define STATUS_REPARSE                   ((NTSTATUS)0x00000104L)

//
// MessageId: STATUS_MORE_ENTRIES
//
// MessageText:
//
//  Returned by enumeration APIs to indicate more information is available
//  to successive calls.
//
#define STATUS_MORE_ENTRIES              ((NTSTATUS)0x00000105L)

//
// MessageId: STATUS_NOT_ALL_ASSIGNED
//
// MessageText:
//
//  Indicates not all privileges referenced are assigned to the caller.
//  This allows, for example, all privileges to be disabled without having
//  to know exactly which privileges are assigned.
//
#define STATUS_NOT_ALL_ASSIGNED          ((NTSTATUS)0x00000106L)

//
// MessageId: STATUS_SOME_NOT_MAPPED
//
// MessageText:
//
//  Some of the information to be translated has not been translated.
//
#define STATUS_SOME_NOT_MAPPED           ((NTSTATUS)0x00000107L)

//
// MessageId: STATUS_OPLOCK_BREAK_IN_PROGRESS
//
// MessageText:
//
//  An open/create operation completed while an oplock break is
//  underway.
//
#define STATUS_OPLOCK_BREAK_IN_PROGRESS  ((NTSTATUS)0x00000108L)

//
// MessageId: STATUS_VOLUME_MOUNTED
//
// MessageText:
//
//  A new volume has been mounted by a file system.
//
#define STATUS_VOLUME_MOUNTED            ((NTSTATUS)0x00000109L)

//
// MessageId: STATUS_RXACT_COMMITTED
//
// MessageText:
//
//  This success level status indicates that the transaction state already
//  exists for the registry sub-tree, but that a transaction commit was
//  previously aborted.  The commit has now been completed.
//  This status value is returned by the runtime library (RTL) registry
//  transaction package (RXact).
//
#define STATUS_RXACT_COMMITTED           ((NTSTATUS)0x0000010AL)

//
// MessageId: STATUS_NOTIFY_CLEANUP
//
// MessageText:
//
//  This indicates that a notify change request has been completed due to
//  closing the handle which made the notify change request.
//
#define STATUS_NOTIFY_CLEANUP            ((NTSTATUS)0x0000010BL)

//
// MessageId: STATUS_NOTIFY_ENUM_DIR
//
// MessageText:
//
//  This indicates that a notify change request is being completed and that the
//  information is not being returned in the caller's buffer.  The caller now
//  needs to enumerate the files to find the changes.
//
#define STATUS_NOTIFY_ENUM_DIR           ((NTSTATUS)0x0000010CL)

//
// MessageId: STATUS_NO_QUOTAS_FOR_ACCOUNT
//
// MessageText:
//
//  {No Quotas}
//  No system quota limits are specifically set for this account.
//
#define STATUS_NO_QUOTAS_FOR_ACCOUNT     ((NTSTATUS)0x0000010DL)

//
// MessageId: STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED
//
// MessageText:
//
//  {Connect Failure on Primary Transport}
//  An attempt was made to connect to the remote server %s on the primary transport, but the
//  connection failed.  The computer WAS able to connect on a secondary transport.
//
#define STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED ((NTSTATUS)0x0000010EL)

//
// MessageId: STATUS_PAGE_FAULT_TRANSITION
//
// MessageText:
//
//  Page fault was a transition fault.
//
#define STATUS_PAGE_FAULT_TRANSITION     ((NTSTATUS)0x00000110L)

//
// MessageId: STATUS_PAGE_FAULT_DEMAND_ZERO
//
// MessageText:
//
//  Page fault was a demand zero fault.
//
#define STATUS_PAGE_FAULT_DEMAND_ZERO    ((NTSTATUS)0x00000111L)

//
// MessageId: STATUS_PAGE_FAULT_COPY_ON_WRITE
//
// MessageText:
//
//  Page fault was a demand zero fault.
//
#define STATUS_PAGE_FAULT_COPY_ON_WRITE  ((NTSTATUS)0x00000112L)

//
// MessageId: STATUS_PAGE_FAULT_GUARD_PAGE
//
// MessageText:
//
//  Page fault was a demand zero fault.
//
#define STATUS_PAGE_FAULT_GUARD_PAGE     ((NTSTATUS)0x00000113L)

//
// MessageId: STATUS_PAGE_FAULT_PAGING_FILE
//
// MessageText:
//
//  Page fault was satisfied by reading from a secondary storage device.
//
#define STATUS_PAGE_FAULT_PAGING_FILE    ((NTSTATUS)0x00000114L)

//
// MessageId: STATUS_CACHE_PAGE_LOCKED
//
// MessageText:
//
//  Cached page was locked during operation.
//
#define STATUS_CACHE_PAGE_LOCKED         ((NTSTATUS)0x00000115L)

//
// MessageId: STATUS_CRASH_DUMP
//
// MessageText:
//
//  Crash dump exists in paging file.
//
#define STATUS_CRASH_DUMP                ((NTSTATUS)0x00000116L)

//
// MessageId: STATUS_BUFFER_ALL_ZEROS
//
// MessageText:
//
//  Specified buffer contains all zeros.
//
#define STATUS_BUFFER_ALL_ZEROS          ((NTSTATUS)0x00000117L)

//
// MessageId: STATUS_REPARSE_OBJECT
//
// MessageText:
//
//  A reparse should be performed by the Object Manager since the name of the
//  file resulted in a symbolic link.
//
#define STATUS_REPARSE_OBJECT            ((NTSTATUS)0x00000118L)

//
// MessageId: STATUS_RESOURCE_REQUIREMENTS_CHANGED
//
// MessageText:
//
//  The device has succeeded a query-stop and its resource requirements have changed.
//
#define STATUS_RESOURCE_REQUIREMENTS_CHANGED ((NTSTATUS)0x00000119L)



/////////////////////////////////////////////////////////////////////////
//
// Standard Information values
//
/////////////////////////////////////////////////////////////////////////

//
// MessageId: STATUS_OBJECT_NAME_EXISTS
//
// MessageText:
//
//  {Object Exists}
//  An attempt was made to create an object and the object name already existed.
//
#define STATUS_OBJECT_NAME_EXISTS        ((NTSTATUS)0x40000000L)

//
// MessageId: STATUS_THREAD_WAS_SUSPENDED
//
// MessageText:
//
//  {Thread Suspended}
//  A thread termination occurred while the thread was suspended. The
//  thread was resumed, and termination proceeded.
//
#define STATUS_THREAD_WAS_SUSPENDED      ((NTSTATUS)0x40000001L)

//
// MessageId: STATUS_WORKING_SET_LIMIT_RANGE
//
// MessageText:
//
//  {Working Set Range Error}
//  An attempt was made to set the working set minimum or maximum
//  to values which are outside of the allowable range.
//
#define STATUS_WORKING_SET_LIMIT_RANGE   ((NTSTATUS)0x40000002L)

//
// MessageId: STATUS_IMAGE_NOT_AT_BASE
//
// MessageText:
//
//  {Image Relocated}
//  An image file could not be mapped at the address specified in
//  the image file.  Local fixups must be performed on this image.
//
#define STATUS_IMAGE_NOT_AT_BASE         ((NTSTATUS)0x40000003L)

//
// MessageId: STATUS_RXACT_STATE_CREATED
//
// MessageText:
//
//  This informational level status indicates that a specified registry
//  sub-tree transaction state did not yet exist and had to be created.
//  This status value is returned by the runtime library (RTL) registry
//  transaction package (RXact).
//
#define STATUS_RXACT_STATE_CREATED       ((NTSTATUS)0x40000004L)

//
// MessageId: STATUS_SEGMENT_NOTIFICATION
//
// MessageText:
//
//  {Segment Load}
//  A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS
//  or Win16 program segment image. An exception is raised so a debugger can
//  load, unload or track symbols and breakpoints within these 16-bit segments.
//
#define STATUS_SEGMENT_NOTIFICATION      ((NTSTATUS)0x40000005L)    // winnt

//
// MessageId: STATUS_LOCAL_USER_SESSION_KEY
//
// MessageText:
//
//  {Local Session Key}
//  A user session key was requested for a local RPC connection. The session key
//  returned is a constant value and not unique to this connection.
//
#define STATUS_LOCAL_USER_SESSION_KEY    ((NTSTATUS)0x40000006L)

//
// MessageId: STATUS_BAD_CURRENT_DIRECTORY
//
// MessageText:
//
//  {Invalid Current Directory}
//  The process cannot switch to the startup current directory %s.
//  Select OK to set current directory to %s, or select CANCEL
//  to exit.
//
#define STATUS_BAD_CURRENT_DIRECTORY     ((NTSTATUS)0x40000007L)

//
// MessageId: STATUS_SERIAL_MORE_WRITES
//
// MessageText:
//
//  {Serial IOCTL Complete}
//  A serial I/O operation was completed by another write to a serial port.
//  (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
//
#define STATUS_SERIAL_MORE_WRITES        ((NTSTATUS)0x40000008L)

//
// MessageId: STATUS_REGISTRY_RECOVERED
//
// MessageText:
//
//  {Registry Recovery}
//  One of the files containing the system's Registry data had to be recovered
//  by use of a log or alternate copy.  The recovery was successful.
//
#define STATUS_REGISTRY_RECOVERED        ((NTSTATUS)0x40000009L)

//
// MessageId: STATUS_FT_READ_RECOVERY_FROM_BACKUP
//
// MessageText:
//
//  {Redundant Read}

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区三区av电影 | 2020国产精品| 亚洲一区av在线| 欧美日韩一区在线观看| 亚洲精品中文字幕在线观看| 97久久人人超碰| 中文字幕综合网| 国产不卡视频一区二区三区| 久久久精品蜜桃| av一区二区三区四区| 国产精品每日更新在线播放网址 | 国产亚洲欧洲997久久综合| 丁香婷婷综合色啪| 亚洲精品成人少妇| 91精品国模一区二区三区| 美女国产一区二区| 国产清纯美女被跳蛋高潮一区二区久久w | 国产精品久久三区| 色综合天天狠狠| 亚洲精品视频免费看| 欧美麻豆精品久久久久久| 狠狠狠色丁香婷婷综合激情 | 中文字幕在线观看不卡| 在线观看一区日韩| 麻豆一区二区三区| 国产情人综合久久777777| 色屁屁一区二区| 久久精品av麻豆的观看方式| 中文字幕日本不卡| 欧美日韩亚州综合| 懂色av中文一区二区三区| 亚洲综合精品久久| 精品黑人一区二区三区久久| 91麻豆国产在线观看| 免费看欧美女人艹b| 国产精品久久久久久久久免费相片 | 豆国产96在线|亚洲| 欧美国产精品一区| 欧美一级一区二区| a在线播放不卡| 美女视频网站黄色亚洲| 亚洲欧美另类久久久精品| 欧美精品一区视频| 欧美日韩成人一区| av一区二区三区黑人| 久久精品国产亚洲高清剧情介绍| 国产精品视频在线看| 日韩欧美国产午夜精品| 99v久久综合狠狠综合久久| 精品一区二区三区视频在线观看| 亚洲欧洲国产日韩| 国产欧美日韩另类一区| 日韩欧美一区二区不卡| 色94色欧美sute亚洲13| 成人av影院在线| 国产伦理精品不卡| 免费成人av在线| 亚洲成av人影院在线观看网| 国产精品青草久久| 久久久久久久久久久久久久久99 | 成人午夜av影视| 欧美aaaaa成人免费观看视频| 一区二区三区欧美亚洲| 国产精品高潮呻吟| 国产精品色呦呦| 日韩欧美国产综合一区| 欧美精品第一页| 欧美少妇一区二区| 色又黄又爽网站www久久| 成人深夜在线观看| 国产成人久久精品77777最新版本 国产成人鲁色资源国产91色综 | 欧美无乱码久久久免费午夜一区| 成人av电影观看| 国产黄色精品视频| 精品一区二区三区在线观看| 日韩精品欧美成人高清一区二区| 亚洲综合色网站| 亚洲免费av高清| 中文字幕一区日韩精品欧美| 国产欧美日本一区视频| 2021中文字幕一区亚洲| 日韩精品一区二区三区中文精品| 欧美一区二区久久久| 欧美日韩日日骚| 91麻豆精品国产91久久久更新时间| 色综合色综合色综合色综合色综合 | 久久久不卡网国产精品一区| 国产亚洲美州欧州综合国| 久久精品亚洲乱码伦伦中文| 久久精品日产第一区二区三区高清版 | 中文字幕 久热精品 视频在线| 久久久蜜桃精品| 中文字幕免费不卡| 亚洲人成亚洲人成在线观看图片 | 成人高清伦理免费影院在线观看| 国产91丝袜在线18| av在线综合网| 欧美午夜电影网| 欧美一区二区三区免费观看视频| 欧美老肥妇做.爰bbww| 日韩一级免费观看| 2020日本不卡一区二区视频| 国产精品美女久久久久av爽李琼 | 亚洲成人免费在线观看| 午夜精品久久久久久久99樱桃| 亚洲va韩国va欧美va| 免费成人你懂的| 国产91丝袜在线18| 日本高清成人免费播放| 欧美日韩不卡一区| 91精品在线观看入口| 久久精品水蜜桃av综合天堂| 亚洲三级在线观看| 香港成人在线视频| 久久国产婷婷国产香蕉| 国产精品1区2区3区在线观看| 不卡影院免费观看| 91国偷自产一区二区开放时间 | 一区二区在线观看免费视频播放| 亚洲国产综合在线| 蜜臀av亚洲一区中文字幕| 粉嫩绯色av一区二区在线观看| 欧美日韩在线亚洲一区蜜芽| 精品国产成人在线影院 | **性色生活片久久毛片| 天堂成人免费av电影一区| 国产一区二区三区免费看| 在线观看国产精品网站| 欧美变态tickle挠乳网站| 国产精品美女www爽爽爽| 天堂在线一区二区| 成人av资源在线观看| 日韩精品一区二区三区视频| 亚洲精品自拍动漫在线| 国产伦精品一区二区三区免费迷 | 2020国产精品自拍| 亚洲成a人片综合在线| 国产伦精品一区二区三区免费 | 成人高清视频在线| 欧美中文字幕亚洲一区二区va在线| 日韩欧美一卡二卡| 亚洲国产aⅴ天堂久久| 成人福利电影精品一区二区在线观看| 欧美一区二区观看视频| 亚洲免费资源在线播放| 国产成人在线视频网址| 欧美一区二区三区成人| 一区二区三区av电影 | 亚洲国产精品嫩草影院| 丁香一区二区三区| 欧美r级电影在线观看| 亚洲一区二区三区在线播放| 色综合视频在线观看| 国产精品色呦呦| 国产98色在线|日韩| 精品国产伦一区二区三区观看方式 | 久久精品国产**网站演员| 欧美撒尿777hd撒尿| 亚洲欧美在线aaa| 国产不卡视频在线播放| 国产欧美日韩激情| 欧美午夜精品电影| 亚洲国产成人91porn| 91精品办公室少妇高潮对白| 中文字幕一区二区三区蜜月| 高清不卡一区二区在线| 久久久国际精品| 国产伦精品一区二区三区视频青涩| 日韩精品一区二区三区视频在线观看| 天堂蜜桃91精品| 欧美一区二区三级| 久久不见久久见免费视频7 | 亚洲制服丝袜av| 色婷婷av一区二区三区之一色屋| 国产精品久久午夜| 一本到高清视频免费精品| 亚洲欧美aⅴ...| 91黄色免费看| 亚洲国产成人av网| 欧美一区二区三区白人| 国产精品自拍一区| 中文字幕乱码久久午夜不卡 | 2欧美一区二区三区在线观看视频| 裸体歌舞表演一区二区| 精品国产一区二区三区忘忧草| 黄页视频在线91| 国产精品国产自产拍高清av王其| 成人免费观看视频| 亚洲蜜臀av乱码久久精品| 欧美日韩中文字幕一区| 日韩成人免费在线| 精品国产亚洲在线| jiyouzz国产精品久久| 亚洲色图欧美偷拍| 欧美另类一区二区三区| 麻豆成人在线观看| 国产女人18毛片水真多成人如厕 | 色婷婷综合五月| 亚洲v中文字幕| 日韩欧美一级二级|