pub unsafe extern "C" fn svcRun(
process: Handle,
info: *const StartupInfo
) -> Result
Expand description
Launches the main thread of the process.
§Arguments
process
- Handle of the process.info
- Pointer to a StartupInfo structure describing information for the main thread.