.
The MapVirtualKeyEx API
2/1/2011 4:12:03 PM - anonymous
.
static extern uint MapVirtualKeyEx(uint uCode, uint uMapType, IntPtr dwhkl);
.
static extern uint MapVirtualKeyEx(uint uCode, MapVirtualKeyMapTypes uMapType, IntPtr dwhkl);
.
.
The MapVirtualKeyEx API
2/1/2011 4:12:03 PM - anonymous
.
static extern uint MapVirtualKeyEx(uint uCode, uint uMapType, IntPtr dwhkl);
.
static extern uint MapVirtualKeyEx(MapVirtualKeyMapTypes uCode, uint uMapType, IntPtr dwhkl);
.