ProcessGroupPolicyCompleted function

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

Syntax


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

Parameters

extensionId [in]

Specifies the unique GUID that identifies the extension.

pAsyncHandle [in]

Asynchronous completion handle. This handle is passed to the ProcessGroupPolicy function.

dwStatus [in]

Specifies the completion status of asynchronous processing.

Return value

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

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Header

Userenv.h

Library

Userenv.lib

DLL

Userenv.dll

See also

Group Policy Overview
Group Policy Functions
ProcessGroupPolicy

 

 

Show: