Registry / utility / wil
library1.0.260126.7vcpkgunverified

The Windows Implementation Libraries (WIL) is a header-only C++ library providing readable type-safe C++ interfaces for common Windows coding patterns.

vcpkg install wil
INSTALL
IMPORT
SIG · WIL
W
wil
utilitycppv1.0.260126.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wil/resource.h
✓ #include <wil/resource.h>

Minimal WIL unique_hfile usage

#include <wil/resource.h> #include <iostream> int main() { wil::unique_hfile file(CreateFileA("test.txt", GENERIC_READ, FILE_SHARE_READ, nullptr, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, nullptr)); if (file) std::cout << "File opened\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.260126.7latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources

No resource links recorded.

wil — pip install wil · libregistry