IEventRouterImpl::QueryGuid
virtual boolIEventRouterImpl::QueryGuid(REFGUIDguid, 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.