Crate windows_win[][src]

Expand description

Windows WinAPI

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

Re-exports

pub extern crate winapi;

Modules

raw

Provides direct bindings to WinAPI functions of crate.

ui

UI-related APIs

utils

Various useful utilities for working with winapi

Macros

module_to_addr

Converts ident to module address.

Structs

Messages

Iterator over Windows messages

Msg

Wrapper over Windows messages.

Process

Windows process representation

TimerBuilder

WinAPI timer builder

Window

Convenient wrapper over Window.