Specifications

50 MDR User Guide
CreateNewRecording
Declaration:
STATUS CreateNewRecording (RECORDING * Recording);
Description: Create a new recording.
This function creates a new recording (according to the
Recording parameter) and
makes it the current recording.
Returned value:
OK or ERROR.
If
ERROR is returned then the errno variable will be set accordingly. See MdrDefs.h for
MDR errno values.
DeleteDiskGroup
Declaration:
STATUS DeleteDiskGroup (char * DiskGroupName);
Description: Delete a disk group.
This function deletes an existing disk group from the system and removes all the disks
included in the disk group (Clear the disk group information on the disks).
Therefore, any disk group information present on the disks composing the disk group
will be LOST.
Returned value:
OK or ERROR.
If
ERROR is returned then the errno variable will be set accordingly. See MdrDefs.h for
MDR errno values.
DeleteRecording
Declaration:
STATUS DeleteRecording (UINT RecordingNo);
and
STATUS DeleteRecording (char * RecordingName);
Description: Delete a recording.
This function deletes the recording specified. Either of the recording number or name
can be used to specify the recording in the recording table.
Returned value:
OK or ERROR.
If
ERROR is returned then the errno variable will be set accordingly. See MdrDefs.h for
MDR errno values.
DisconnectFromDiskGroup
Declaration:
STATUS DisconnectFromDiskGroup (char * DiskGroupName,
UINT Options =
MDR_DISK_GROUP_DISCONNECT_CLIENT);
Description: Disconnect from an MDR disk group.
DisconnectFromDiskGroup tries to disconnect the MDR Client (and/or MDR Server)
from the MDR disk group specified by DiskGroupName.
The
Options parameter specifies which MDR actor (Client and/or Server) should be
disconnected from the disk group:
• MDR_DISK_GROUP_DISCONNECT_CLIENT: Only the MDR Client shall be disconnected
from the disk group.
•
MDR_DISK_GROUP_DISCONNECT_SERVER: Only the MDR Server shall be
disconnected from the disk group.
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com










