Programming guideline of WinDom
- NAME
-
AvStatus - returns the AV server states.
- PROTOTYPAGE
-
int *AvStatus( void);
- PARAMETERS
-
- return:
- pointer to a 3-integer array.
- DESCRIPTION
-
This function returns the actions supported by the AV
server, if the AV session was succefully opened with the
AvInit() function. AvStatus returns a pointer to a 3-integer
array. Each value of this array is a bit field whose the values
are listed in the AV server states table.
- SEE ALSO
-
AvServer(), AvInit().