#ifndef _NTUSER_H NTSYSCALLAPI ULONG NTAPI NtUserInternalGetWindowText( _In_ HWND WindowHandle, _Out_writes_to_(cchMaxCount, return + 1) LPWSTR pString, _In_ ULONG cchMaxCount ); #endif View code on GitHub
No description available.