BCGSuite for MFC
virtual void CBCGPEditCtrl::GetMarkerListByData ( CObList &  lstMarkers,
DWORD  dwData 
) const
virtual

Queries the list of markers by the user-defined data.

Use this function to retrieve the list of markers according to the user-defined data that can be associated with markers (SetMarkerData(), CBCGPEditMarker::m_pData). GetMarkerListByData internally calls CBCGPEditMarker::CompareData.

Parameters
lstMarkers[out] Contains the list of markers when the function returns.
dwDataSpecifies the user-defined data to query the list of markers by.