amfIMarker GetName
Gets the name of the marker.
Syntax
marker_handle GetName
Description
Returns the name of the marker.
Examples
marker_handle GetName
Errors
Each marker is given a default name when it is created, so this should always return a valid name for a marker that exists. If the marker handle is invalid, the error code “3” (HW_InvalidHandle) will be returned.