winapi 0.2.8

Types and constants for WinAPI bindings. See README for list of crates providing function bindings.
Documentation
1
2
3
4
5
6
7
8
9
// Copyright © 2015, Peter Atashian
// Licensed under the MIT License <LICENSE.md>
//! Procedure declarations, constant definitions, and macros for the NLS component.
STRUCT!{struct DWM_BLURBEHIND {
    dwFlags: ::DWORD,
    fEnable: ::BOOL,
    hRgnBlur: ::HRGN,
    fTransitionOnMaximized: ::BOOL,
}}