UnregisterGPNotification function
The UnregisterGPNotification function unregisters the specified policy-notification handle from receiving policy change notifications.
Syntax
BOOL UnregisterGPNotification( _In_ HANDLE hEvent );
Parameters
- hEvent [in]
-
Policy-notification handle passed to the RegisterGPNotification function.
Return value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Remarks
The caller must call the CloseHandle function to close the handle when it is no longer needed.
Requirements
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also