[DllImport("coredll.dll", EntryPoint="OpenClipboard", SetLastError=true)]
private static extern bool OpenClipboard(IntPtr hWndNewOwner);
Declare Function OpenClipboard Lib "coredll.dll" (TODO) As TODO
<DllImport("coredll.dll")> Shared Function OpenClipboard(ByVal hWndNewOwner As Integer) As Boolean
End Function
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!