The InitNew method is received by the server in an RPC_REQUEST packet. In response, the server MUST initialize an MSMQ transaction object to represent an existing underlying transaction object.

 HRESULT InitNew(
   [in] VARIANT varTransaction
 );

varTransaction: A pointer to a VARIANT that points to an existing underlying transaction object that is implementing the ITransaction interface. The VARIANT that is passed can be any one of the following types:

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 follow these guidelines: