You are here: Start » FIL.NET » Invoke.ControlSSE

Invoke.ControlSSE

Enables or disables SSE cpu extension usage by other filters.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
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