VoIPNativeAPIOpenProcess Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static IntPtr OpenProcess(
ProcessAccess dwDesiredAccess,
bool bInheritHandle,
int dwProcessId
)
Public Shared Function OpenProcess (
dwDesiredAccess As ProcessAccess,
bInheritHandle As Boolean,
dwProcessId As Integer
) As IntPtr
public:
static IntPtr OpenProcess(
ProcessAccess dwDesiredAccess,
bool bInheritHandle,
int dwProcessId
)
static member OpenProcess :
dwDesiredAccess : ProcessAccess *
bInheritHandle : bool *
dwProcessId : int -> IntPtr
Parameters
- dwDesiredAccess
- Type: Ozeki.CommonProcessAccess
- bInheritHandle
- Type: SystemBoolean
- dwProcessId
- Type: SystemInt32
Return Value
Type:
IntPtr
See Also