mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
Implement NtUserGetClipboardOwner
svn path=/trunk/; revision=11707
This commit is contained in:
parent
34149e19fc
commit
65708377d8
1 changed files with 1 additions and 2 deletions
|
@ -222,8 +222,7 @@ NtUserGetClipboardFormatName(UINT format, PUNICODE_STRING FormatName,
|
||||||
HWND STDCALL
|
HWND STDCALL
|
||||||
NtUserGetClipboardOwner(VOID)
|
NtUserGetClipboardOwner(VOID)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED
|
return ClipboardWindow;
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
DWORD STDCALL
|
DWORD STDCALL
|
||||||
|
|
Loading…
Reference in a new issue