Exemple #1
0
 public static unsafe extern int DrawTextExW(IntPtr hDC, char* lpszString, int nCount, ref RECT lpRect, DT nFormat, ref DRAWTEXTPARAMS lpDTParams);
Exemple #2
0
 public static extern bool RedrawWindow(IntPtr hWnd, ref RECT lprcUpdate, IntPtr hrgnUpdate, RedrawWindowFlags flags);