Namespace: Dynamsoft.DotNet.TWAIN
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public int SetInterfaceSafetyOptions(
	ref Guid riid,
	int dwOptionSetMask,
	int dwEnabledOptions
)
Visual Basic
Public Function SetInterfaceSafetyOptions ( _
	ByRef riid As Guid, _
	dwOptionSetMask As Integer, _
	dwEnabledOptions As Integer _
) As Integer

Parameters

riid
Type: System..::..Guid%
dwOptionSetMask
Type: System..::..Int32
dwEnabledOptions
Type: System..::..Int32

See Also