CComDispatchDriver Operators

Operator Description
operator Idispatch* Converts a ComDispatchDriver object to an IDispatch pointer.
operator * Returns the dereferenced value of the p data member.
operator & Returns the address of the p data member.
operator -> Returns the p data member.
operator = Sets the p data member to the specified IDispatch interface pointer.
operator ! Checks whether the p data member is NULL or not.