Help Center

CRichEditCtx.ReleaseCallManagermethod

Releases the call manager.

Windowsmethoddocumented

Syntax

FUNCTION ReleaseCallManager (BYVAL pVoid AS IUnknown PTR) AS HRESULT

Parameters

NameDescription
pVoidThe call manager object to release.

Return value

If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.

Description

Releases the call manager.

Reference

  • Defined in AfxNova/CRichEditCtx.inc:4794
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class