NtUserSetMessageExtraInfo - NtDoc

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

// private // NtUserCallOneParam(SFI_SETMESSAGEEXTRAINFO) before WIN11
_Kernel_entry_
NTSYSCALLAPI
LPARAM
NTAPI
NtUserSetMessageExtraInfo(
    _In_ LPARAM Param
    );

#endif
#endif

View code on GitHub

NtDoc

No description available.