Function ProSrfcollinstrAlloc
Description
Allocates a surface collection instruction.
Note: For excludeinstructions (those with PRO_B_FALSE include input argument), only one-by-one (that is,those with PRO_SURFCOLL_SINGLE_SURF type input argument) are currently supported.
Synopsis
ProSrfcollinstrAlloc
(
/* (In)
The instruction type.
*/
ProBoolean include
/* (In)
PRO_B_TRUE to add surfaces generated by this instruction to the surface set, PRO_B_FALSE to exclude surfaces generated by this instruction from the set.
*/
/* (Out)
Pointer to surface collection instruction
*/
)
Returns
The function succeeded.
One or more arguments was invalid.
This case is not supported.
Memory allocation failure.
Sample Code References
User Guide References
도움이 되셨나요?