コード例 #1
0
ファイル: Methods.cs プロジェクト: ehailey1/treehopper-sdk
 public static extern void EndPaint(IntPtr hwnd, [In] ref PaintStruct lpPaint);
コード例 #2
0
ファイル: Methods.cs プロジェクト: ehailey1/treehopper-sdk
 public static extern IntPtr BeginPaint(IntPtr hwnd, out PaintStruct lpPaint);