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.
Retrieves the web restrictions settings.
Syntax
HRESULT GetSettings(
[out] DWORD *pdwSettings
);
Parameters
[out] pdwSettings
The settings. This parameter can be one or more of the following values.
Value | Meaning |
---|---|
|
There are no restrictions. |
|
Downloads are blocked. |
Return value
If the method succeeds, the return value is S_OK. Otherwise, it is E_FAIL.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | wpcapi.h |