BCGControlBar Pro for MFC
POSITION CBCGPEditCtrl::GetMarker ( int  nRow,
CBCGPEditMarker **  ppMarker,
DWORD  dwMarkerType 
)

Obtains a marker of some type at the specified row.

Returns
FALSE if the marker of specified type does not exist at the specified row.

Use this function to obtain a marker of the specified by dwMarkerType type at the specified by nRow row.

Parameters
nRowSpecifies the row index.
dwMarkerTypeSpecifies the marker type.
ppMarker[out] When the function returns, it will contain a pointer to marker.