Here is the part of code i'm using to convert the structure : this.MouseData = (MouseHookStruct)Marshal.PtrToStructure(lParam, typeof(MouseHookStruct)); And ...
確定! 回上一頁