Click or drag to resize

ComServerCreateInstance Method (Guid, CLSCTX, Boolean)

Creates an instance of this object.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Object CreateInstance(
	Guid iid,
	CLSCTX context = CLSCTX.CLSCTX_ALL,
	bool throwOnError = true
)

Parameters

iid
Type: SystemGuid
The requested COM interface identifier.
context (Optional)
Type: callback.ShellBoost.Core.WindowsShellCLSCTX
The context.
throwOnError (Optional)
Type: SystemBoolean
if set to true errors may be throw.

Return Value

Type: Object
An instance of the COM object or null of an error occurred.
See Also