Click or drag to resize

CloudFilesContextMenuVerbBaseGetState Method

IT Hit User File System
Gets state information associated with a specified Windows Explorer command item.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26727.0-Beta2
Syntax
public int GetState(
	IShellItemArray itemArray,
	bool okToBeSlow,
	out EXPCMDSTATE commandState
)

Parameters

itemArray
Type: IShellItemArray
Shell Item array.
okToBeSlow
Type: SystemBoolean
FALSE if a verb object should not perform any memory intensive computations that could cause the UI thread to stop responding. The verb object should return E_PENDING in that case. If TRUE, those computations can be completed.
commandState
Type: EXPCMDSTATE
One or more Windows Explorer command states.

Return Value

Type: Int32
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Implements

IExplorerCommand.GetState(IShellItemArray, Boolean, EXPCMDSTATE)
See Also