Help Center

CRichEditCtx.DocNamemethod

Gets the file name of this document.

Windowsmethoddocumented

Syntax

PRIVATE FUNCTION CRichEditCtx.DocName () AS DWSTRING

Return value

The path and file name of the document.

Description

Gets the path and file name of the document.

Example

PRIVATE FUNCTION DocName () AS DWSTRING PRIVATE FUNCTION GetDocName () AS DWSTRING

Reference

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