NWGetVolumeSwitchInfo
Gets information about the volume switch counter such as the number of overall times through the function.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetVolumeSwitchInfo (
NWCONN_HANDLE conn,
nuint32 startNum,
NWFSE_VOLUME_SWITCH_INFO N_FAR *fseVolumeSwitchInfo);
uses calwin32
Function NWGetVolumeSwitchInfo
(conn : NWCONN_HANDLE;
startNum : nuint32;
Var fseVolumeSwitchInfo : NWFSE_VOLUME_SWITCH_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetVolumeSwitchInfo, you must have console operator rights.