The CreateTime method is received by the server in an RPC_REQUEST packet. In response, the server returns the date and time when the referenced queue was created.

 [propget] HRESULT CreateTime(
   [out, retval] VARIANT* pvarCreateTime
 );

pvarCreateTime: A pointer to a VARIANT that contains a UTC date/time (VT_DATE) that specifies the date and time when the referenced queue was created.

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

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