Has anyone created a D wrapper for wbemuuid.lib

Kagamin via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Sep 22 03:21:04 PDT 2015


The bindings are translated from mingw headers, and mingw doesn't 
supply libraries with precompiled GUIDs, only functions. But 
bindings for GUIDs are pretty simple:

extern extern(System) CLSID CLSID_SWbemLocator;

Just copy the names you want.


More information about the Digitalmars-d-learn mailing list