Microsoft DirectX 9.0 |
Not implemented for this release.
The Clone method creates a copy of the collection.
Syntax
HRESULT Clone(
IEnumGuideDataProperties** ppenum
);
Parameters
ppenum
[out] Pointer to a variable that receives a pointer to the new collection's IEnumGuideDataProperties interface.
Return Values
Returns E_NOTIMPL.
See Also