Crate hwnd0

Source
Expand description

§hwnd0 - minimal HWND bridge types

GitHub crates.io docs.rs License Build Status

§Raison d’être

  • Stable bridge types for interop between other crates and crate versions
  • Building block for hwnd

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Structs§

HWND
[learn.microsoft.com] HWND — A weak handle to a “window” on this computer.
NonNullHWND
[learn.microsoft.com] __attribute__((nonnull)) HWND — A weak handle to a “window” on this computer.