[DllImport("user32.dll", SetLastError=true)]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool AddClipboardFormatListener(IntPtr hwnd);
<DllImport("user32.dll", SetLastError:=true)> _
Public Function AddClipboardFormatListener(hWnd As IntPtr) As <MarshalAs(UnmanagedType.Bool)>Boolean
Declare Function AddClipboardFormatListener Lib "user32.dll" (hWnd As Long) As Boolean
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!