IBTTransportBatch.MoveToSuspendQ Method (COM)

 

Adds a message to the batch to be suspended.

Syntax

  
            HRESULT IBTTransportBatch::MoveToSuspendQ(  
            IBaseMessage*  
            pIndoc,  
);  
  
            Sub MoveToSuspendQ(  
            pIndoc  
             As IBaseMessage,  
)  

Remarks

Parameters

pIndoc
[in] Reference to a IBaseMessage object/interface that contains the message to be suspended.

pIndoc
IBaseMessage object/interface that contains the message to be suspended.

Return Values

This method returns an HRESULT indicating whether it completed successfully. See the Error Values section for more details.

None.

Error Values

This method returns an HRESULT containing one of the values in the following table.

This method indicates errors by setting the Number property of the global Err object to one of the values in the following table.

Value Description
S_OK The method completed successfully.
E_INVALIDARG A parameter that is not valid was detected.

Requirements

Platforms:  Windows

See Also

IBTTransportBatch Interface (COM)
IBTTransportBatch Members (COM)