MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / close_target_process

Method close_target_process

source/MaaWin32ControlUnit/Input/MessageInput.cpp:583–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583void MessageInput::close_target_process()
584{
585 if (!target_process_handle_) {
586 return;
587 }
588 CloseHandle(target_process_handle_);
589 target_process_handle_ = nullptr;
590}
591
592void MessageInput::suspend_target_process()
593{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected