Goã«ãã¯ãªãããã¼ã使ããã©ã¤ãã©ãªããã¾ããããã¡ã¤ã«ãªã¹ãã®èªã¿æ¸ãã§ããã®ãªããããªã®ã§ä½ã£ã¦ã¿ã¾ãããWindowséå®ã§ããã© package main import ( "fmt" "syscall" "unsafe" "github.com/AllenDang/w32" ) // #include <string.h> import "C" type clipboardFormat uint const ( textFormat clipboardFormat = w32.CF_UNICODETEXT fileListFormat clipboardFormat = w32.CF_HDROP ) func isAvailable(format clipboardFormat) bool { return w32.IsClipboardFormatAvailable(uint
{{#tags}}- {{label}}
{{/tags}}