* added GetLayout definition

* added Clipboards definitions
* added GetLastInputInfo definition

svn path=/trunk/; revision=23824
This commit is contained in:
Pablo Borobia 2006-08-30 20:56:17 +00:00
parent a65807043a
commit 0effbf25dc
2 changed files with 22 additions and 0 deletions

View file

@ -3620,4 +3620,11 @@ NtGdiMakeObjectUnXferable(
IN HANDLE h
);
W32KAPI
DWORD
APIENTRY
NtGdiGetLayout(
IN HDC hdc
);
#endif

View file

@ -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