Share via


CDynamicChain::RemoveChainEntry

Removes the specified message map from the collection.

BOOL RemoveChainEntry( 
   DWORD dwChainID  
);

Parameters

  • dwChainID
    [in] The unique identifier associated with the chained object and its message map. You originally define this value through a call to SetChainEntry.

Return Value

TRUE if the message map is successfully removed from the collection. Otherwise, FALSE.

Requirements

Header: atlwin.h

See Also

Reference

CDynamicChain Class

Other Resources

CDynamicChain Members