CTextDocument2.GetVersionmethod
Gets the version number of the Text Object Model (TOM) engine.
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 GetVersion () AS LONG
Return value
The version number. Byte 3 gives the major version number, byte 2 the minor version number, and the low-order 16 bits give the build number.
Description
Gets the version number of the Text Object Model (TOM) engine.
Reference
- Documented in Windows/WIndows Controls/RichEdit/CTextDocument2 Class.md
- Topic: CTextDocument2 Class