ReactOS 0.4.15-dev-8100-g1887773
_IMMPROCESSKEY_CALLBACK_ARGUMENTS Struct Reference

#include <callback.h>

Collaboration diagram for _IMMPROCESSKEY_CALLBACK_ARGUMENTS:

Public Attributes

HWND hWnd
 
HKL hKL
 
UINT vKey
 
LPARAM lParam
 
DWORD dwHotKeyID
 

Detailed Description

Definition at line 168 of file callback.h.

Member Data Documentation

◆ dwHotKeyID

DWORD _IMMPROCESSKEY_CALLBACK_ARGUMENTS::dwHotKeyID

Definition at line 174 of file callback.h.

Referenced by User32CallImmProcessKeyFromKernel().

◆ hKL

HKL _IMMPROCESSKEY_CALLBACK_ARGUMENTS::hKL

Definition at line 171 of file callback.h.

Referenced by User32CallImmProcessKeyFromKernel().

◆ hWnd

HWND _IMMPROCESSKEY_CALLBACK_ARGUMENTS::hWnd

Definition at line 170 of file callback.h.

Referenced by User32CallImmProcessKeyFromKernel().

◆ lParam

LPARAM _IMMPROCESSKEY_CALLBACK_ARGUMENTS::lParam

Definition at line 173 of file callback.h.

Referenced by User32CallImmProcessKeyFromKernel().

◆ vKey

UINT _IMMPROCESSKEY_CALLBACK_ARGUMENTS::vKey

Definition at line 172 of file callback.h.

Referenced by User32CallImmProcessKeyFromKernel().


The documentation for this struct was generated from the following file: