Desktop Functions: Smart Device Functions:
|
Search Results for "EmptyClipboard" in [All]user32
EmptyClipboard();
EmptyClipboard(); coredll
static extern TODO EmptyClipboard(TODO);
Declare Function EmptyClipboard Lib "coredll.dll" (TODO) As TODO <DllImport("coredll.dll")> Shared Function EmptyClipboard() As Boolean Constants8: WINERROR
/// EmptyClipboard Failed 9: WM
Enums10: HRESULT
///EmptyClipboard Failed
[Description("EmptyClipboard Failed")]
'''EmptyClipboard Failed
<Description("EmptyClipboard Failed")> _ 11: WindowsMessages
/// The WM_DESTROYCLIPBOARD message is sent to the clipboard owner when a call to the EmptyClipboard function empties the clipboard.
'''The WM_DESTROYCLIPBOARD message is sent to the clipboard owner when a call to the EmptyClipboard function empties the clipboard.
''' <c>EmptyClipboard</c> function empties the clipboard. |