CNVNewProcess
int CNVNewProcess (const char *processName);
Purpose
Creates a new network variable process with the name you specify. LabWindows/CVI creates the process in the stopped state. You must start the process by calling the CNVStartProcess function before reading from or writing to the variables in the process.
If you specify a processName that already exists, CNVNewProcess returns an error.
Parameters
Input | ||||
Name | Type | Description | ||
processName | const char * | The name of the network variable process.
|
Return Value
Name | Type | Description |
status | int | Return value indicating whether the function was successful. One indicates that a next item was found, zero indicates that a next item was not found, and a negative number indicates that an error occurred. You can call CNVGetErrorDescription to obtain a string that describes the error. |
Additional Information
Library: Network Variable Library
Include file: cvinetv.h
LabWindows/CVI compatibility: LabWindows/CVI 8.5 and later