Automation:
ISequence
Copy
(
)
;
Native (C++):
HRESULT
Copy
(
[out, retval]
ISequence * *
ppSequence)
;
Parameters
ppSequencePointer to a variable that receives the copy of the sequence.Return Value
Automation:Sequence's copy.Native:
S_OK or standard OLE error code.