SYSglobalFlag

Top  Previous  Next

Queries and changing of global Flags.

Parametre

num (int) [IN]

With num the entry is identified in the Flags.

doset (int) [IN]

Has doset the value TRUE becomes the value from value zurückgespeichert

value (long int) [IN]

With value a new value can be taken over in Flags if doset the value TRUE has.

Result

(long int) [OUT]

As a result the contents which were identified about num are delivered. Is put doset on TRUE, the old value zurückgeliefert and the new one is taken over.

Declaration

#include "basic.h"

 

long int DLLENTRY SYSglobalFlag (

int num,

int doset,

long int value

);