mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 19:47:14 +00:00
* added GetLayout definition
* added Clipboards definitions * added GetLastInputInfo definition svn path=/trunk/; revision=23824
This commit is contained in:
parent
a65807043a
commit
0effbf25dc
2 changed files with 22 additions and 0 deletions
|
@ -3620,4 +3620,11 @@ NtGdiMakeObjectUnXferable(
|
|||
IN HANDLE h
|
||||
);
|
||||
|
||||
W32KAPI
|
||||
DWORD
|
||||
APIENTRY
|
||||
NtGdiGetLayout(
|
||||
IN HDC hdc
|
||||
);
|
||||
|
||||
#endif
|
||||
|
|
|
@ -116,6 +116,11 @@ NtUserDrawMenuBarTemp(
|
|||
HMENU hMenu,
|
||||
HFONT hFont);
|
||||
|
||||
UINT
|
||||
NTAPI
|
||||
NtUserEnumClipboardFormats(
|
||||
UINT format);
|
||||
|
||||
UINT
|
||||
NTAPI
|
||||
NtUserEnableMenuItem(
|
||||
|
@ -1446,6 +1451,16 @@ NtUserRegisterHotKey(HWND hWnd,
|
|||
int id,
|
||||
UINT fsModifiers,
|
||||
UINT vk);
|
||||
|
||||
UINT
|
||||
NTAPI
|
||||
NtUserRegisterClipboardFormat(
|
||||
PUNICODE_STRING format);
|
||||
|
||||
BOOL
|
||||
NTAPI
|
||||
NtUserGetLastInputInfo(
|
||||
PLASTINPUTINFO plii);
|
||||
|
||||
DWORD
|
||||
NTAPI
|
||||
|
|
Loading…
Reference in a new issue