NtUserGetRawInputData - NtDoc

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

NTSYSCALLAPI
ULONG
NTAPI
NtUserGetRawInputData(
    _In_ HRAWINPUT hRawInput,
    _In_ ULONG uiCommand,
    _In_ LPVOID pData,
    _In_ PULONG pcbSize,
    _In_ ULONG cbSizeHeader
    );

#endif

View code on GitHub

No description available.