Click or drag to resize

VoIPNativeAPIOpenProcess Method

Namespace:  Ozeki.Common
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public static IntPtr OpenProcess(
	ProcessAccess dwDesiredAccess,
	bool bInheritHandle,
	int dwProcessId
)

Parameters

dwDesiredAccess
Type: Ozeki.CommonProcessAccess
bInheritHandle
Type: SystemBoolean
dwProcessId
Type: SystemInt32

Return Value

Type: IntPtr
See Also