ResumeProcess function
Resumes the process using the resume handle returned by the CreateProcessForLaunch function.
Syntax
HRESULT ResumeProcess (
[in] HANDLE hResumeHandle
);
Parameters
hResumeHandle
[in] The resume handle returned by CreateProcessForLaunch function.
Return value
S_OK
The process was successfully resumed.
E_FAIL
(or other E_
return codes)
The handle was invalid or the function failed.
Requirements
Platforms: See .NET supported operating systems.
Header: dbgshim.h
Library: dbgshim.dll, libdbgshim.so, libdbgshim.dylib
.NET Versions: Available since .NET Core 2.1
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.