mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
Implement NtUserGetClipboardOwner
svn path=/trunk/; revision=11707
This commit is contained in:
@@ -222,8 +222,7 @@ NtUserGetClipboardFormatName(UINT format, PUNICODE_STRING FormatName,
|
||||
HWND STDCALL
|
||||
NtUserGetClipboardOwner(VOID)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
return 0;
|
||||
return ClipboardWindow;
|
||||
}
|
||||
|
||||
DWORD STDCALL
|
||||
|
||||
Reference in New Issue
Block a user