Registry / utility / wmipp
library1.3.0vcpkgunverified

Streamlined Windows Management Instrumentation (WMI) integration for seamless C++ development

vcpkg install wmipp
INSTALL
IMPORT
SIG · WMIPP
W
wmipp
utilitycppv1.3.0
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.

wmipp/wmipp.h
✓ #include <wmipp/wmipp.h>

Query WMI for processor information

#include <wmipp/wmipp.h> #include <iostream> int main() { wmipp::WmiService service(L"ROOT\\CIMV2"); auto results = service.query(L"SELECT * FROM Win32_Processor"); for (auto& obj : results) { std::wcout << obj[L"Name"].as<std::wstring>() << L"\n"; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

wmipp — pip install wmipp · libregistry