Click or drag to resize

LinuxNativeApiDeviceInitialize Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static int DeviceInitialize(
	out IntPtr instance,
	string name,
	out IntPtr width,
	out IntPtr height
)

Parameters

instance
Type: SystemIntPtr
name
Type: SystemString
width
Type: SystemIntPtr
height
Type: SystemIntPtr

Return Value

Type: Int32
See Also