| Platform SDK: Group Policy |
The UnregisterGPNotification function closes the specified policy-notification handle.
BOOL UnregisterGPNotification( HANDLE hEvent );
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.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Userenv.h.
Library: Use Userenv.lib.
Group Policy Overview, Group Policy Functions, RegisterGPNotification