mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +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
|
||||
*/
|
||||
VOID
|
||||
WINAPI
|
||||
SetInternalWindowPos(
|
||||
HWND hwnd,
|
||||
UINT showCmd,
|
||||
LPRECT rect,
|
||||
LPPOINT pt
|
||||
)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
|
|
@ -289,7 +289,7 @@ GetGuiResources@8=NtUserGetGuiResources@8
|
|||
GetIconInfo@8
|
||||
GetInputDesktop@0
|
||||
GetInputState@0
|
||||
GetInternalWindowPos@12
|
||||
GetInternalWindowPos@12 ; TODO: direct call NtUserGetInternalWindowPos
|
||||
GetKBCodePage@0
|
||||
GetKeyNameTextA@12
|
||||
GetKeyNameTextW@12
|
||||
|
@ -607,7 +607,7 @@ SetDlgItemTextW@12
|
|||
SetDoubleClickTime@4
|
||||
SetFocus@4=NtUserSetFocus@4
|
||||
SetForegroundWindow@4
|
||||
SetInternalWindowPos@16
|
||||
SetInternalWindowPos@16=NtUserSetInternalWindowPos@16
|
||||
SetKeyboardState@4=NtUserSetKeyboardState@4
|
||||
SetLastErrorEx@8
|
||||
SetLayeredWindowAttributes@16=NtUserSetLayeredWindowAttributes@16
|
||||
|
|
Loading…
Reference in a new issue