UnregisterAppStateChangeNotification function
Cancels a change notification registered through RegisterAppStateChangeNotification.
Syntax
void NTAPI UnregisterAppStateChangeNotification(
_Inout_ PAPPSTATE_REGISTRATION Registration
);
Parameters
- Registration [in, out]
-
A pointer to the registration handle retrieved by RegisterAppStateChangeNotification through its Registration parameter.
Return value
This function does not return a value.
Requirements
|
Header |
|
|---|---|
|
Library |
|
|
DLL |
|
See also
Show: