Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumeration value indicating whether the device is currently on-line, off-line or sleeping but wakeable.
Syntax
HRESULT ConnectionStatus(
[out] ConnectionStatus *value
);
Parameters
- value [out]
Receives a pointer to a ConnectionStatus value.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
S_OK | The method succeeded. |