LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Write PID setting count

I have a application that needs to back up the PID setting and wirte it back after test.

The question is that "Does any count limit of PID setting write?"

 

thanks

 

Joe,

0 Kudos
Message 1 of 2
(2,849 Views)

'Process ID' ?

 

       #include <sys/types.h>
       #include <unistd.h>

       pid_t getpid(void);
       pid_t getppid(void);

 

0 Kudos
Message 2 of 2
(2,830 Views)