You are here: Start » FIL.NET » FIS.ControlSSE Method

FIS.ControlSSE Method

Enables or disables SSE cpu extension usage by other filters.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ControlSSE
(
	bool inIsEnabled,
	out bool outIsAvailable
)

Parameters

Name Type Range Default Description
inIsEnabledboolTrueWhen 'true' SSE instructions are used. Default value: True.
outIsAvailablebool

See also