GetClipboardText

クリップボードに格納されているテキストデータを読み出す

nothrow @nogc extern (C++, DxLib) extern
int
GetClipboardText
(
dxlib_d.dxdatatype.TCHAR* DestBuffer
)

Parameters

DestBuffer dxlib_d.dxdatatype.TCHAR*

文字列を格納するバッファの先頭アドレス

Return Value

Type: int

-1:クリップボードにテキストデータが無い -1以外:クリップボードに格納されている文字列データのサイズ( 単位:byte )

Meta