INativeAPIOpenProcess Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
SyntaxIntPtr OpenProcess(
ProcessAccess dwDesiredAccess,
bool bInheritHandle,
int dwProcessId
)
Function OpenProcess (
dwDesiredAccess As ProcessAccess,
bInheritHandle As Boolean,
dwProcessId As Integer
) As IntPtr
IntPtr OpenProcess(
ProcessAccess dwDesiredAccess,
bool bInheritHandle,
int dwProcessId
)
abstract OpenProcess :
dwDesiredAccess : ProcessAccess *
bInheritHandle : bool *
dwProcessId : int -> IntPtr Parameters
- dwDesiredAccess ProcessAccess
-
- bInheritHandle Boolean
-
- dwProcessId Int32
-
Return Value
IntPtr
See Also