pub unsafe extern "C" fn srvRegisterService(
out: *mut Handle,
name: *const c_char,
maxSessions: c_int,
) -> ResultExpand description
Registers the current process as a service.
ยงArguments
out- Pointer to write the service handle to.name- Name of the service.maxSessions- Maximum number of sessions the service can handle.