Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The Clone method duplicates a stream. Called when an application uses the EditStreamClone function.
Syntax
HRESULT Clone(
PAVISTREAM *ppResult
);
Parameters
ppResult
Pointer to a buffer that receives a pointer to the interface to the new stream.
Return value
The method returns the HRESULT defined by OLE.
Remarks
For handlers written in C++, Clone has the following syntax:
HRESULT Clone(PAVISTREAM *ppResult);
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | vfw.h |
Library | Vfw32.lib |