Share via


CAxDialogImpl::AdviseSinkMap

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

HRESULT AdviseSinkMap(
   bool bAdvise 
);

Parameters

  • bAdvise
    Set to true if all sink entries are to be advised; false if all sink entries are to be unadvised.

Return Value

Returns S_OK on success, or an error HRESULT on failure.

Requirements

Header: atlwin.h

See Also

Reference

CAxDialogImpl Class

Other Resources

CAxDialogImpl Members