GetNotifyInterface

REFIID CAdviseConnection::GetNotifyInterface(void)

Comments

This method returns the reference to the GUID of the current notification interface. The GUID returned is the same one that’s passed in during the class construction or the last one set by SetNotifyInterface. A reference to GUID_NULL is returned if the default constructor was used to create the object and SetNotifyInterface was not called.

BOOL CAdviseConnection::IsAdvising(void)

Comments

This method returns TRUE if there is an active advise connection.