Expand description
Re-exports of types used in windows.
Modules
Flags that can be used with [
crate::process::Process::open_by_id
], [crate::process::Process::open_by_name
] and etc.Types of allocation that can be used with
crate::internal::allocate
Types of freeing that can be used with
crate::internal::free
Page types from [
crate::memory::MemoryBasicInformation
]Flags that can be used with
crate::internal::protect
Macros
Resolves next link in doubly-linked list.
Creates an iterator over doubly-linked list.
Structs
Link of Doubly-linked list.
Basic information about memory region.
Specifies memory page protection on different platforms.
Zero terminated ascii string. Have the same layout as
*const u8
.
Used for convenience so it can be returned from extern funcs.UTF16 String.
Zero terminated UTF-16 string. Have the same layout as
*const u16
.
Used for convenience so it can be returned from extern funcs.