InternetGetConnectedState |
Declare Function Api_InternetGetConnectedState& Lib "wininet" Alias "InternetGetConnectedState" (ByRef lpdwFlags&, ByVal dwReserved&) |
|||||||||||||||||||||
Declare Function InternetGetConnectedState Lib "wininet" (ByRef dwflags As Long, ByVal dwReserved As Long) As Long |
||||||||||||||||||||||
ローカルシステムのインターネット接続状況を返す。 |
||||||||||||||||||||||
パラメータ lpdwFlags Pointer to a variable that receives the connection description. This parameter may return a valid flag even when the function returns FALSE. 次の定数(値)を指定する。
dwReserved
0 を指定する。
possible Internet connections are not currently active. For more
information, see the Remarks section. |