|
Windows C++ Library
|
Interface traits used to workaround compilers which do not support the __uuidof() extension. More...
#include <IFaceTraits.hpp>
Static Public Member Functions | |
| static const IID & | uuidof () |
| Get the GUID for the interface. | |
Interface traits used to workaround compilers which do not support the __uuidof() extension.
If the compiler doesn't support the extension you need to specialise the template for each interface type.
| static const IID& WCL::IFaceTraits< T >::uuidof | ( | ) | [inline, static] |
Get the GUID for the interface.
1.7.6.1