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.
Deprecated. Checks for and updates the browser's offline status, synchronizing the state between the base class and any derived classes.
Syntax
HRESULT Offline(
[in] int iCmd
);
Parameters
[in] iCmd
Type: int
One of the following commands.
SBSC_QUERY
Queries the offline state. The method's return value contains the answer.
SBSC_TOGGLE
Toggles the offline state.
Return value
Type: HRESULT
In the case of SBSC_TOGGLE, returns standard error codes. In the case of SBSC_QUERY, returns S_OK if offline, S_FALSE otherwise.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | shdeprecated.h |