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