Help Center

CRichEdit.LoadRtfFromResourceWmethod

Windowsmethoddoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

FUNCTION LoadRtfFromResourceW (BYVAL hRichEdit AS HWND, BYVAL hInstance AS HINSTANCE, BYREF wszResourceName AS WSTRING) AS BOOLEAN
Also documented as LoadRtfFromResource — one description covers them all.

Parameters

NameDescription
hRichEditThe handle of the rich edit control.
hInstanceThe instance handle.
wszResourceNameThe name of the resource to load.

Return value

If the operation succeeds, the return value is TRUE.

If the operation fails, the return value is FALSE.

Description

Loads a RTF resource file into a Rich Edit control.

Reference

  • Documented in Windows/WIndows Controls/CRichEdit Class.md
  • Topic: CRichEdit Class