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.
Called for the current provider to enable configuration override.
Syntax
HRESULT RequestOverride(
[in] HWND hWnd,
[in] BSTR bstrPath,
[in] DWORD dwFlags
);
Parameters
[in] hWnd
A handle to the parent window.
[in] bstrPath
Pointer to a string that contains the path.
[in] dwFlags
Flags that specify the restriction. This can be one of more of the following values.
Return value
If the method succeeds, the method returns S_OK.
If the method fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | wpcapi.h |