Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Notifies receiver of the event that the document attributes have been updated.
HRESULT onUpdateDocumentAttributes(
TEXT_DOC_ATTR_2 textdocattr
);
int onUpdateDocumentAttributes(
enum_TEXT_DOC_ATTR_2 textdocattr
);
Parameters
- textdocattr
[in] A combination of flags from the TEXT_DOC_ATTR_2 enumeration that specifies the updated attributes of the document.
Return Value
If successful, returns S_OK; otherwise, returns an error code.