ReactOS 0.4.15-dev-7085-g12a5971
_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 173 of file callback.h.

Member Data Documentation

◆ dwHotKeyID

DWORD _IMMPROCESSKEY_CALLBACK_ARGUMENTS::dwHotKeyID

Definition at line 179 of file callback.h.

Referenced by User32CallImmProcessKeyFromKernel().

◆ hKL

HKL _IMMPROCESSKEY_CALLBACK_ARGUMENTS::hKL

Definition at line 176 of file callback.h.

Referenced by User32CallImmProcessKeyFromKernel().

◆ hWnd

HWND _IMMPROCESSKEY_CALLBACK_ARGUMENTS::hWnd

Definition at line 175 of file callback.h.

Referenced by User32CallImmProcessKeyFromKernel().

◆ lParam

LPARAM _IMMPROCESSKEY_CALLBACK_ARGUMENTS::lParam

Definition at line 178 of file callback.h.

Referenced by User32CallImmProcessKeyFromKernel().

◆ vKey

UINT _IMMPROCESSKEY_CALLBACK_ARGUMENTS::vKey

Definition at line 177 of file callback.h.

Referenced by User32CallImmProcessKeyFromKernel().


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