Getting property value:
Automation:
bool
value = obj.
Modified;
Native (C++):
HRESULT
get_
Modified
(
[out, retval]
VARIANT_BOOL *
val)
;
Parameters
valPointer to a variable that receives a property value.Return Value
Automation:True if the document has been modified, False otherwise.Native:
S_OK or standard OLE error code.