AuthzUnregisterCapChangeNotification function
The AuthzUnregisterCapChangeNotification function removes a previously registered CAP update notification callback.
Syntax
BOOL WINAPI AuthzUnregisterCapChangeNotification( _In_ AUTHZ_CAP_CHANGE_SUBSCRIPTION_HANDLE hCapChangeSubscription );
Parameters
- hCapChangeSubscription [in]
-
Handle of the CAP change notification subscription to unregister.
Return value
If the function succeeds, it returns TRUE.
If the function fails, it returns FALSE. To get extended error information, call GetLastError.
Remarks
This function blocks operations until all callbacks are complete. Do not call this function from inside a callback function because it will cause a deadlock.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also