Click or drag to resize

ShellItemTryGetContent Method

Gets the content of this item.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual int TryGetContent(
	out ShellContent content
)

Parameters

content
Type: callback.ShellBoost.CoreShellContent
The content.

Return Value

Type: Int32
A Windows HRESULT.
See Also