Declaration
Automation:
ISequence  CreateSequence ( ) ;
Native (C++):
HRESULT  CreateSequence ( [out, retval]   ISequence * *  ppSequence) ;
Parameters
ppSequencePointer to a variable that receives the created sequence.
Return Value
Automation:Created sequence object.Native: S_OK or standard OLE error code.
Remarks
Create an empty Sequence Object.

See Also