Enable\ disable the storage redirection (IDE-R\USB-R) interface.

Namespace:  Intel.Manageability.COM
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
public void SetInterfaceState(
	bool enabled
)
Visual Basic (Declaration)
Public Sub SetInterfaceState ( _
	enabled As Boolean _
)

Parameters

enabled
Type: System..::.Boolean

Implements

IRedirectionAdmin..::.SetInterfaceState(Boolean)

See Also