NtUserChangeWindowMessageFilterEx - NtDoc

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

NTSYSCALLAPI
BOOL
NTAPI
NtUserChangeWindowMessageFilterEx(
    _In_ HWND WindowHandle,
    _In_ ULONG message,
    _In_ ULONG action,
    _Inout_ PCHANGEFILTERSTRUCT pChangeFilterStruct
    );

#endif

View code on GitHub

No description available.