Click or drag to resize

IMcCompositeHostSourceStatus Property

SourceStatus and control.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Property SourceStatus ( 
	lSourceIndex As Integer,
	Optional Mask As mcCompositeHostSourceStatusFlags = mcCompositeHostSourceStatusFlags.mcchssfAllFlags
) As mcCompositeHostSourceStatusFlags
	Get
	Set

Parameters

lSourceIndex
Type: SystemInt32
Index of the source of interest (must be 0 to SourceCount-1).
Mask (Optional)
Type: MediaCy.IQL.OperationsmcCompositeHostSourceStatusFlags
A mask to control which bits are returned on access or set on assignment.

Property Value

Type: mcCompositeHostSourceStatusFlags
Remarks
Assignment may have immediate actions.
See Also