Getting property value:
Automation:
bool
value = obj.
Stream;
Native (C++):
HRESULT
get_
Stream
(
[out, retval]
VARIANT_BOOL *
val)
;
Parameters
valPointer to variable receiving the property value.Return Value
Automation:True if document represents an NTFS stream and false otherwise.Native:
S_OK or standard OLE error code.