Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Verifies that each interface defined by template parameters I0 through I9 inherits from IUnknown and/or IInspectable, and that I0 inherits from I1 through I9.
WRL_NOTHROW __forceinline static void Verify();
Remarks
If the verification operation fails, a static_assert emits an error message describing the failure.
Remarks
Template parameters I0 and I1 are required, and parameters I2 through I9 are optional.
Requirements
Header: implements.h
Namespace: Microsoft::WRL