pub unsafe extern "C" fn qtmInit(
serviceName: QtmServiceName,
) -> ResultExpand description
Initializes QTM (except qtm:c).
Excluding qtm:c, QTM has three main services.
Only 3 sessions (2 until 9.3.0 sysupdate) for ALL services COMBINED, including qtm:c,
can be open at a time.
Refer to QtmServiceName enum value descriptions to see which service to choose.
ยงArguments
serviceName- QTM service name enum value (corresponding toqtm:u,qtm:sandqtm:sprespectively).
Note: Result of qtmCheckServicesRegistered should be checked before calling this function.