GetDevicePowerState |
Declare Function Api_GetDevicePowerState& Lib "kernel32" Alias "GetDevicePowerState" (ByVal hDevice&, ByRef pfOn&) |
Declare Function GetDevicePowerState Lib "kernel32" Alias "GetDevicePowerState" (ByVal hDevice As Long, ByRef pfOn As Long) As Long |
|
指定したデバイスの現在の電源状態を取得する。 |
|
パラメータ
が完全に ON になっていないと、変数に FALSE が返る。
ない場合、このデバイスへのアクセスは遅延する。 |