Function qtmInit

Source
pub unsafe extern "C" fn qtmInit(
    serviceName: QtmServiceName,
) -> Result
Expand 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 to qtm:u, qtm:s and qtm:sp respectively).

Note: Result of qtmCheckServicesRegistered should be checked before calling this function.