Documentação da API > Miscellaneous > Object ProPlotdriver > Function ProPlotdriverInterfaceCreate
Function ProPlotdriverInterfaceCreate
Description
Finds an interface with name, or creates a new interface if it does not exist yet.
Synopsis
#include <ProPlotdriver.h>
ProPlotdriverInterfaceCreate
(
ProName interf_name
/* (In)
The name of the new interface. Cannot be NULL. The name must begin with a letter.
*/
)
Returns
interface successfully created.
name is NULL.
name is not valid (does not start with a letter)
no more available slots to create a new interface.
Sample Code References
User Guide References
Isto foi útil?