The Text method accepts notification of text in the content stream.
HRESULT Text (
[in] const wchar_t* pwchText
[in] ULONG cwchText
);
pwchText
Pointer to the text
cwchText
Count of characters at pwchText that are part of the text. Note: Embedded NULLs are not allowed.
Text need not be null-terminated, or complete; a text run can be broken up into several sequential calls to Text(), if necessary.
© 2000 Microsoft Corporation. All rights reserved. Terms of use.