mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
* added GetLayout definition
* added Clipboards definitions * added GetLastInputInfo definition svn path=/trunk/; revision=23824
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user