Crate windows_helpers
source ·Modules
Structs
- Holds a resource and a free-closure that is called when the guard is dropped.
Enums
- Defining the return value of the first call of
dual_call()
that is the precondition to continue with the second call.
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 afor
approach.