| POSITION CBCGPEditCtrl::GetMarker | ( | int | nRow, |
| CBCGPEditMarker ** | ppMarker, | ||
| DWORD | dwMarkerType | ||
| ) |
Obtains a marker of some type at the specified row.
Use this function to obtain a marker of the specified by dwMarkerType type at the specified by nRow row.
| nRow | Specifies the row index. |
| dwMarkerType | Specifies the marker type. |
| ppMarker | [out] When the function returns, it will contain a pointer to marker. |