<div class="content" name="ReleaseCallback" uuid="29114fa0-ab7a-495e-a2e9-ef6fa202ee49"><p>The ReleaseCallback method removes a connection point from
the sink. </p><dl>
<dd>
<div><pre> HRESULT ReleaseCallback();
</pre></div>
</dd></dl><p>This method has no parameters.</p><table><thead>
  <tr>
   <th>
   <p>Return value/code</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>0x00000000 S_OK</td>
  <td>The method completed successfully.</td>
 </tr></tbody></table><p>Upon receiving this message, the client sink MUST terminate
the connection that was established through <a href="88525bc5-5abc-42b4-b66c-ccafa0e07ecf" data-linktype="relative-path">INtmsNotifySink::ConnectCallback</a>
and return S_OK.</p></div>