BCGControlBar Pro for MFC
virtual CBCGPEditMarker* CBCGPEditCtrl::FindMarkerByData ( DWORD  dwData) const
virtual

Searches the list of markers by user-defined data.

Returns
A pointer to marker if successful; otherwise NULL.

Use this function to find a marker by user defined data. This function compares the data by calling on CBCGPEditMarker::CompareData.

Parameters
dwDataSpecifies the data value to search by.