Esempio n. 1
0
 public bool ChangeClipboardChain(IntPtr hWndNewNext)
 {
     return(User32APIs.ChangeClipboardChain(Hwnd, hWndNewNext));
 }