<div class="content" name="GetMops" uuid="2dbee207-6c70-4c7b-b460-c0488a13256d"><p>The GetMops method has no effect when called across the
wire.</p><dl>
<dd>
<div><pre> HRESULT GetMops(
   [in] MEMBERID memid,
   [out] BSTR* pBstrMops
 );
</pre></div>
</dd></dl><p><b>memid: </b>MUST be a nonzero <a href="ace8758f-ee2b-4cb6-8645-973994d12530" data-linktype="relative-path">MEMBERID</a>.</p><p><b>pBstrMops: </b>MUST be set to a NULL BSTR.</p><p><b>Return Values: </b>The method MUST return
information in an <b>HRESULT</b> data structure, defined in <a href="../ms-erref/1bc92ddf-b79e-413c-bbaa-99a5281a6c90" data-linktype="relative-path">[MS-ERREF]</a>
section <a href="../ms-erref/0642cb2f-2075-4469-918c-4441e69c548a" data-linktype="relative-path">2.1</a>.
The severity bit in the structure identifies the following conditions:</p><ul><li><p><span><span> 
</span></span>If the severity bit is set to 0, the method completed
successfully.</p>
</li><li><p><span><span> 
</span></span>If the severity bit is set to 1, the method failed and
encountered a fatal error.</p>
</li></ul></div>