Click or drag to resize

CloudFilesContextMenuVerbBaseGetFlags Method

IT Hit User File System
Gets the flags associated with a Windows Explorer command.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26791.0-Beta2
Syntax
public int GetFlags(
	out EXPCMDFLAGS flags
)

Parameters

flags
Type: EXPCMDFLAGS
Item flags.

Return Value

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

Implements

IExplorerCommand.GetFlags(EXPCMDFLAGS)
See Also