#ifndef _NTUSER_H NTSYSCALLAPI BOOL NTAPI NtUserInvalidateRect( _In_ HWND WindowHandle, _In_ const RECT* Rect, _In_ BOOL Erase ); #endif View code on GitHub
No description available.