CRichEditCtx.ReleaseCallManagermethod
Releases the call manager.
Syntax
FUNCTION ReleaseCallManager (BYVAL pVoid AS IUnknown PTR) AS HRESULT
Parameters
| Name | Description | |
|---|---|---|
pVoid | The 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