Commit 5f053704 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

shcore: Add stub for RegisterScaleChangeEvent.

parent 8a940497
......@@ -2520,3 +2520,12 @@ FEATURE_ENABLED_STATE WINAPI GetFeatureEnabledState(UINT32 feature, FEATURE_CHAN
FIXME("(%u, %u) stub\n", feature, change_time);
return FEATURE_ENABLED_STATE_DEFAULT;
}
/*************************************************************************
* RegisterScaleChangeEvent [SHCORE.@]
*/
HRESULT WINAPI RegisterScaleChangeEvent(HANDLE handle, DWORD_PTR *cookie)
{
FIXME("(%p, %p) stub\n", handle, cookie);
return E_NOTIMPL;
}
......@@ -32,7 +32,7 @@
# @ stub IsProcessInWDAGContainer
# @ stub RecordFeatureError
# @ stub RecordFeatureUsage
@ stub RegisterScaleChangeEvent
@ stdcall RegisterScaleChangeEvent(ptr ptr)
@ stub RegisterScaleChangeNotifications
@ stub RevokeScaleChangeNotifications
@ stdcall SHAnsiToAnsi(str ptr long)
......
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