df_process

Description

Process number.

Old Name

#define _procnr df_process

Syntax

int df_process;

Remarks

The df_process variable holds the program's process number, which distinguishes it from other programs. It is set through the server before the init_application function is called.

This variable may be useful when performing diagnostics. Do not change its value.