Tells Windows Windows Internet Explorer processes to refresh elevation policies from the registry.
Syntax
HRESULT IERefreshElevationPolicy(VOID);
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Typically, elevation policies are loaded when the first Internet Explorer process loads. As a result, changes to elevation policies do not take effect until all current processes have ended and Internet Explorer is restarted. If you modify elevation policies and wish your updates to be effective more quickly, call IERefreshElevationPolicy after modifying elevation policies. When you do so, Internet Explorer reloads elevation policies when they're next used.
Function Information
| Stock Implementation | ieframe.dll |
|---|
| Custom Implementation | No |
|---|
| Header | iepmapi.h |
|---|
| Import library | iepmapi.lib |
|---|
| Minimum availability | Internet Explorer
7 |
|---|
| Minimum operating systems |
Windows Vista |
|---|