NtDllNtResumeProcess Method
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("NtDll.dll", SetLastError = true)]
public static NTStatus NtResumeProcess(
IntPtr processHandle
)
<DllImportAttribute("NtDll.dll", SetLastError := true>]
Public Shared Function NtResumeProcess (
processHandle As IntPtr
) As NTStatus
Dim processHandle As IntPtr
Dim returnValue As NTStatus
returnValue = NtDll.NtResumeProcess(processHandle)
public:
[DllImportAttribute(L"NtDll.dll", SetLastError = true)]
static NTStatus NtResumeProcess(
IntPtr processHandle
)
[<DllImportAttribute("NtDll.dll", SetLastError = true)>]
static member NtResumeProcess :
processHandle : IntPtr -> NTStatus
No code example is currently available or this language may not be supported.
- processHandle IntPtr
-
A handle to the process to resume.
NTStatus
Returns
SUCCESS on success.