Commit 1a4be359 authored by Mohamad Al-Jaf's avatar Mohamad Al-Jaf Committed by Alexandre Julliard

twinapi.appcore: Add UnregisterAppStateChangeNotification stub.

parent 5ff1242c
......@@ -29,3 +29,11 @@ ULONG WINAPI RegisterAppStateChangeNotification( PAPPSTATE_CHANGE_ROUTINE routin
FIXME( "routine %p, context %p, reg %p - stub.\n", routine, context, reg );
return ERROR_CALL_NOT_IMPLEMENTED;
}
/***********************************************************************
* UnregisterAppStateChangeNotification (twinapi.appcore.@)
*/
void WINAPI UnregisterAppStateChangeNotification( PAPPSTATE_REGISTRATION reg )
{
FIXME( "reg %p - stub.\n", reg );
}
......@@ -124,4 +124,4 @@
@ stub RegisterAppConstrainedChangeNotification
@ stdcall RegisterAppStateChangeNotification(ptr ptr ptr)
@ stub UnregisterAppConstrainedChangeNotification
@ stub UnregisterAppStateChangeNotification
@ stdcall UnregisterAppStateChangeNotification(ptr)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment