IEventRouterImpl::QueryGuid

virtual bool IEventRouterImpl::QueryGuid(REFGUID guid, void ** ppvObj)

Cast object to a pointer type given a GUID.

Defined in: EventRouter.h

Return Value

true if object is successfully cast to the new data type, otherwise false.

Parameters

guid

Input GUID that determines the data type to cast to.

ppvObj

Output parameter to receive the result of the cast.