The HrRTFCompressedToText function converts the body of a message from compressed RTF to its ANSI equivalent.
Header file: | EDKUTILS.H |
Library: | EDKUTILS.LIB |
HRESULT HrRTFCompressedToText(
LPMESSAGE lpMsg,
LPSTREAM pText,
ULONG * pcb
);
See Return Values.
For more information on this function, see the HrRTFCompressedToText function in EDKRTF.C under the EDKUTILS code sample in theCode Samples folder.
HrTextFromCompressedRTFStreamEx, HrTextToRTFCompressed, RTFSYNCINFO