Share via


ChainInterfaces::CastToUnknown Method

Casts the interface pointer of the type defined by the I0 template parameter to a pointer to IUnknown.

__forceinline IUnknown* CastToUnknown();

Return Value

A pointer to IUnknown.

Requirements

Header: implements.h

Namespace: Microsoft::WRL

See Also

Reference

ChainInterfaces Structure