Function ProSrfcollectionCopy
Description
Copies a surface collection.
Synopsis
ProSrfcollectionCopy
(
/* (In)
Surface collection
*/
/* (Out)
The copy of the surface collection. This will be a newly allocated collection that should be freed by ProCollectionFree().
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
Memory allocation failure.
The collection contains instructions for curves.
See Also
Sample Code References
這是否有幫助?