Crate windows_win

Source
Expand description

Windows WinAPI

Some windows hacking library with utilities to find windows and access them.

Re-exports§

pub use utils::Result;

Modules§

raw
Provides direct bindings to WinAPI functions of crate.
sys
WinAPI related definitions
ui
UI-related APIs
utils
Various useful utilities for working with winapi

Macros§

module_to_addr
Converts ident to module address.

Structs§

ErrorCode
Describes error code of particular category.
Messages
Iterator over Windows messages
Msg
Wrapper over Windows messages.
Process
Windows process representation
TimerBuilder
WinAPI timer builder
Window
Convenient wrapper over Window.