GetClipboardOwner |
Declare Function Api_GetClipboardOwner& Lib "user32" Alias "GetClipboardOwner" () |
Declare Function GetClipboardOwner Lib "user32.dll" () As Long |
|
現在クリップボードを所有しているウィンドウのハンドルを取得する。 |
|
パラメータ クリップボードの所有者は、通常、クリップボードに最後にデータを格納したウィンドウである。 EmptyClipboard 関数が、クリップボードの所有権を割り当てる。 |