LinuxNativeApiDeviceInitialize Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static int DeviceInitialize(
out IntPtr instance,
string name,
out IntPtr width,
out IntPtr height
)
Public Shared Function DeviceInitialize (
<OutAttribute> ByRef instance As IntPtr,
name As String,
<OutAttribute> ByRef width As IntPtr,
<OutAttribute> ByRef height As IntPtr
) As Integer
public:
static int DeviceInitialize(
[OutAttribute] IntPtr% instance,
String^ name,
[OutAttribute] IntPtr% width,
[OutAttribute] IntPtr% height
)
static member DeviceInitialize :
instance : IntPtr byref *
name : string *
width : IntPtr byref *
height : IntPtr byref -> int
Parameters
- instance
- Type: SystemIntPtr
- name
- Type: SystemString
- width
- Type: SystemIntPtr
- height
- Type: SystemIntPtr
Return Value
Type:
Int32
See Also