コード例 #1
0
ファイル: NPrintService.cs プロジェクト: k11hao/mdcm-printscp
 static extern int GetDeviceCaps(IntPtr hdc, DeviceCapsIndex index);
コード例 #2
0
 private static extern int GetDeviceCaps(IntPtr hdc, DeviceCapsIndex nIndex);
コード例 #3
0
 static extern int GetDeviceCaps(IntPtr hdc, DeviceCapsIndex index);
コード例 #4
0
 public static extern int GetDeviceCaps(IntPtr hdc, DeviceCapsIndex nIndex);