MmeasSaveMarker()函数

Synopsis

Save a marker to disk.

Format

void MmeasSaveMarker(FileName, MarkerId, ControlFlag)

char *FileName; Marker file name
MIL_ID MarkerId; Marker identifier
long ControlFlag; Control flag

Description

This function saves an allocated marker to disk, including all of its current parameters. The marker and its parameters can later be restored, using MmeasRestoreMarker.

The FileName parameter specifies the name of the file in which to save the marker. If this file already exists, it will be overwritten. The function internally handles the opening and closing of this file.

The MarkerId parameter specifies the identifier of the marker to save.

The ControlFlag parameter specifies the save control flag and must be set to M_DEFAULT.

See also

MmeasAllocMarker, MmeasRestoreMarker

《MmeasSaveMarker()函数》上有1条评论

评论已关闭。