The IsTransactional method is received by the server in an RPC_REQUEST packet. In response, the server returns a value that indicates whether the referenced queue is transactional or nontransactional.

 [propget] HRESULT IsTransactional(
   [out, retval] short* pisTransactional
 );

pisTransactional: A pointer to a short that corresponds to one of the MQTRANSACTIONAL enumeration values.

Return Values: The method MUST return S_OK (0x00000000) to indicate success or an implementation-specific error HRESULT on failure.

When the server processes this call, it MUST abide by the following contract: