Microsoft DirectX 8.1 (C++) |
The Clone method creates a copy of the collection.
Syntax
HRESULT Clone(
IEnumGuideDataProperties** ppenum
);
Parameters
ppenum
[out] Pointer to a variable that receives the new collection.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
See Also