
82
3.56 SysGetLEDState
This function retrieves the status of the system LED (Indicator #2) being on or off.
Calling Sequences
[C++]
DWORD SysGetLEDState(
DWORD dwType
)
[Visual Basic]
Public Shared Function SysGetLEDState( _
ByVal dwType As Int32 _
) As Int32
[C#]
public static Int32 SysGetLEDState(
Int32 dwType
);
Parameters
dwType
This parameter is for specifying an LED type. See SysSetLEDState function for LED
types.
Return Values
LED_Disable : Turns off the LED
LED_Enable : Turns on the LED
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales