Use this method to add additional streams to the file object.
HRESULT AddAdditionalFileStream(
[in] WGN_IMPORTOBJ_TRANSPORT streamTransport,
[in] VARIANT streamData,
[in] LPCOLESTR streamName
);
Where:
Specifies the method used to transfer data to the API. For details, see the typedef WGN_IMPORTOBJ_TRANSPORT. Currently the only supported transport for adding additional file streams is WGN_IMPORTOBJ_TRANSPORT_STREAM.
Specifies the source data being imported.
Specifies the name of the stream.
|
Copyright © 2012 CA.
All rights reserved.
|
|