IShellFolderView::SetClipboard method (shlobj_core.h)
[SetClipboard is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Performs a cut operation on the current selection.
Syntax
HRESULT SetClipboard(
BOOL bMove
);
Parameters
bMove
Type: BOOL
Must be TRUE.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | shlobj_core.h |