long DriveMonitorMaskGet ( long  monitorNumber  ) 

Description:
DriveMonitorMaskGet returns the Bit Mask for a specific monitor field.
Parameters:
monitorNumber Monitor from which you get desired value.
Returns:
(long) Address for Monitor.
Sample Code:
  printf("Monitor 0 can be found at following address: %ld.\n", DriveMonitorMaskGet(0));
Notes:
Only 3 Monitors (0-2) are available for use.
See also:
DriveMonitorAddressGet, DriveMonitorRigthShiftGet, DriveMonitorIndexSet, DriveMonitorAddressSet, DriveMonitorValueGet,