Crate windows_helpers

source ·

Modules

Structs

  • Holds a resource and a free-closure that is called when the guard is dropped.

Enums

Functions

  • For functions that are to be called with a preparation step, normally to determine the required buffer size. Easier to verify for correctness by the developer than a loop approach - so, less straining on the mind and less time-consuming. More versatile than a for approach.