Platform SDK: Group Policy |
Informs the Group Policy snap-in that policy settings have been changed.
HRESULT PolicyChanged( BOOL bMachine, BOOL bAdd, GUID *pGuidExtension, GUID *pGuidSnapin );
If the function succeeds, the return value is S_OK. Otherwise, the function returns one of the COM error codes defined in the Platform SDK header file WinError.h.
An extension must call this method every time it makes a change to a GPO.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Gpedit.h.
Group Policy Overview, Group Policy Interfaces, IGPEInformation