Home
last modified time | relevance | path

Searched refs:NTSTATUS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwinapi.rs32 pub type NTSTATUS = c_long; typedef
73 pub const STATUS_NOT_FOUND: NTSTATUS = -1073741275;
74 pub const STATUS_PENDING: NTSTATUS = 259;
75 pub const STATUS_SUCCESS: NTSTATUS = 0;
76 pub const STATUS_CANCELLED: NTSTATUS = -1073741536;
129 pub fn RtlNtStatusToDosError(status: NTSTATUS) -> u32; in RtlNtStatusToDosError()
143 ) -> NTSTATUS; in NtCreateFile() argument
156 ) -> NTSTATUS; in NtDeviceIoControlFile() argument
256 pub Status: NTSTATUS,
H A Dafd.rs26 INVALID_HANDLE_VALUE, IO_STATUS_BLOCK, IO_STATUS_BLOCK_0, NTSTATUS, OBJECT_ATTRIBUTES,
76 ) -> NTSTATUS; in NtCancelIoFileEx() argument
262 pub status: NTSTATUS,