Home
last modified time | relevance | path

Searched defs:OBJECT_ATTRIBUTES (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwinapi.rs134 ObjectAttributes: *mut OBJECT_ATTRIBUTES, in NtCreateFile()
237 pub struct OBJECT_ATTRIBUTES { struct
238 pub Length: ULONG,
239 pub RootDirectory: HANDLE,
240 pub ObjectName: PUNICODE_STRING,
241 pub Attributes: ULONG,
242 pub SecurityDescriptor: PVOID,
243 pub SecurityQualityOfService: PVOID,