Obtain information of a device trigger output. 
The following information of a device trigger output is available:
Get the id of a specified device trigger output. 
- Parameters
 - 
  
    | hDevice | A device handle identifying the device.  | 
    | wOutput | The trigger output index identifying the trigger output, 0 to DevTrOutGetCount() - 1.  | 
  
   
- Returns
 - The trigger output id, a TOID_* value. 
 
- Status values
 - 
 
- See also
 - DevTrGetOutputIndexById() 
 
- Since
 - 0.4.4 
 
 
 
      
        
          | uint32_t DevTrOutGetName  | 
          ( | 
          TpDeviceHandle_t  | 
          hDevice,  | 
        
        
           | 
           | 
          uint16_t  | 
          wOutput,  | 
        
        
           | 
           | 
          char *  | 
          pBuffer,  | 
        
        
           | 
           | 
          uint32_t  | 
          dwBufferLength  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Get the name of a specified device trigger output. 
- Parameters
 - 
  
    | hDevice | A device handle identifying the device.  | 
    | wOutput | The trigger output index identifying the trigger output, 0 to DevTrOutGetCount() - 1.  | 
    | pBuffer | A pointer to a buffer for the name.  | 
    | dwBufferLength | The length of the buffer, in bytes.  | 
  
   
- Returns
 - The length of the name in bytes, excluding terminating zero. 
 
- Status values
 - 
 
- Since
 - 0.4.1