mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 00:20:34 +00:00
- Direct call NtSetInternalWindowPos
- Add TODO for GetInternalWindowPos svn path=/trunk/; revision=39146
This commit is contained in:
parent
22ad6867b2
commit
3dabe3bd8d
2 changed files with 2 additions and 17 deletions
|
@ -142,21 +142,6 @@ LoadRemoteFonts ( VOID )
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* @unimplemented
|
|
||||||
*/
|
|
||||||
VOID
|
|
||||||
WINAPI
|
|
||||||
SetInternalWindowPos(
|
|
||||||
HWND hwnd,
|
|
||||||
UINT showCmd,
|
|
||||||
LPRECT rect,
|
|
||||||
LPPOINT pt
|
|
||||||
)
|
|
||||||
{
|
|
||||||
UNIMPLEMENTED;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -289,7 +289,7 @@ GetGuiResources@8=NtUserGetGuiResources@8
|
||||||
GetIconInfo@8
|
GetIconInfo@8
|
||||||
GetInputDesktop@0
|
GetInputDesktop@0
|
||||||
GetInputState@0
|
GetInputState@0
|
||||||
GetInternalWindowPos@12
|
GetInternalWindowPos@12 ; TODO: direct call NtUserGetInternalWindowPos
|
||||||
GetKBCodePage@0
|
GetKBCodePage@0
|
||||||
GetKeyNameTextA@12
|
GetKeyNameTextA@12
|
||||||
GetKeyNameTextW@12
|
GetKeyNameTextW@12
|
||||||
|
@ -607,7 +607,7 @@ SetDlgItemTextW@12
|
||||||
SetDoubleClickTime@4
|
SetDoubleClickTime@4
|
||||||
SetFocus@4=NtUserSetFocus@4
|
SetFocus@4=NtUserSetFocus@4
|
||||||
SetForegroundWindow@4
|
SetForegroundWindow@4
|
||||||
SetInternalWindowPos@16
|
SetInternalWindowPos@16=NtUserSetInternalWindowPos@16
|
||||||
SetKeyboardState@4=NtUserSetKeyboardState@4
|
SetKeyboardState@4=NtUserSetKeyboardState@4
|
||||||
SetLastErrorEx@8
|
SetLastErrorEx@8
|
||||||
SetLayeredWindowAttributes@16=NtUserSetLayeredWindowAttributes@16
|
SetLayeredWindowAttributes@16=NtUserSetLayeredWindowAttributes@16
|
||||||
|
|
Loading…
Reference in a new issue