Getting property value:
Automation:
byte *
value = obj.
Data;
Native (C++):
HRESULT
get_
Data
(
[out, retval]
unsigned char * *
ppval)
;
Parameters
ppvalPointer to a variable that receives a raw data pointer.Return Value
Automation:Raw pointer to data. May only be passed to methods.Native:
S_OK or standard OLE error code.
See Also