NtUserMoveWindow - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTUSER_H

NTSYSCALLAPI
BOOL
NTAPI
NtUserMoveWindow(
    _In_ HWND WindowHandle,
    _In_ LONG X,
    _In_ LONG Y,
    _In_ LONG nWidth,
    _In_ LONG nHeight,
    _In_ BOOL bRepaint
    );

#endif

View code on GitHub

No description available.