CloseResumeHandle function
Closes the handle returned by the CreateProcessForLaunch function.
Syntax
HRESULT CloseResumeHandle (
[in] HANDLE hResumeHandle
);
Parameters
hResumeHandle
[in] The resume handle returned by CreateProcessForLaunch function.
Return value
S_OK
The handle was successfully closed.
E_FAIL
(or other E_
return codes)
The handle was invalid.
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 ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา