Inheritance: DelegateCommand
コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: gmicros/cubicle
 private static extern int GetRawInputData(IntPtr hRawInput, DataCommand command, [Out] out InputData buffer, [In, Out] ref int size, int cbSizeHeader);
コード例 #2
0
ファイル: MainWindow.xaml.cs プロジェクト: gmicros/cubicle
 public static extern int GetRawInputData(IntPtr hRawInput, DataCommand uiCommand, [Out] out IntPtr pData,[In, Out] ref int pcbSize, int cbSizeHeader);