#ifndef _NTUSER_H NTSYSCALLAPI BOOL NTAPI NtUserRedrawWindow( _In_ HWND WindowHandle, _In_ const PRECT lprcUpdate, _In_ HRGN hrgnUpdate, _In_ ULONG flags ); #endif View code on GitHub
No description available.