Platform SDK: Group Policy

ProcessGroupPolicyCompleted

The ProcessGroupPolicyCompleted function notifies the system that the specified extension has finished applying policy.

DWORD ProcessGroupPolicyCompleted(
  REFGPEXTENSIONID extensionId,
  ASYNCCOMPLETIONHANDLE pAsyncHandle,
  DWORD dwStatus
);

Parameters

extensionId
[in] Specifies the unique GUID that identifies the extension.
pAsyncHandle
[in] Asynchronous completion handle. This handle is passed to the ProcessGroupPolicyProc function.
dwStatus
[in] Specifies the completion status of asynchronous processing.

Return Values

If the function succeeds, the return value is ERROR_SUCCESS. Otherwise, the function returns one of the Win32 error codes. For a complete list of error codes, see Error Codes or the header file WinError.h.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Userenv.h.
  Library: Use Userenv.lib.

See Also

Group Policy Overview, Group Policy Functions, ProcessGroupPolicyProc