AtlAdviseSinkMap

HRESULT AtlAdviseSinkMap( T* pT, bool bAdvise );

Return Value

A standard HRESULT value.

Parameters

pT

[in] A pointer to the object containing the sink map.

bAdvise

[in] TRUE if all sink entries are to be unadvised; otherwise FALSE.

Remarks

Call this function to advise or unadvise all entries in the object's sink event map.

ATL Macros and Global Functions