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 a pointer to an interface for web restrictions settings for the specified user.
Syntax
HRESULT GetWebSettings(
[in] LPCWSTR pcszSID,
[out] IWPCWebSettings **ppSettings
);
Parameters
[in] pcszSID
The SID string of the user. If this parameter is NULL, retrieve settings for the current user.
[out] ppSettings
A pointer to an IWPCWebSettings interface pointer.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
The method completed successfully. |
|
A pointer argument is NULL. |
|
The user settings were not found. |
|
There is insufficient memory to complete the operation. |
|
The method failed. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | wpcapi.h |