LinuxNativeApiDeviceInitializeWithResolution Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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 IntPtr
-
- name String
-
- w Int32
-
- h Int32
-
- width IntPtr
-
- height IntPtr
-
Return Value
Int32
See Also