mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +00:00
sm: update mitm api docs for change
This commit is contained in:
parent
83025080c8
commit
260a819fd2
1 changed files with 5 additions and 5 deletions
|
@ -52,11 +52,11 @@ The `AssociatePidTid` command is invoked on all MITM query sessions whenever a n
|
||||||
|
|
||||||
If the process that installed the MITM attempts to connect to the service, it will always connect to the original service.
|
If the process that installed the MITM attempts to connect to the service, it will always connect to the original service.
|
||||||
|
|
||||||
This command requires that the session be initialized, returning error code 0x415 if it is not.
|
This command requires that the session be initialized, returning error code 0x415 if it is not.\
|
||||||
If the given service name is invalid, error code 0xC15 is returned.
|
If the given service name is invalid, error code 0xC15 is returned.\
|
||||||
If the user does not have service registration permission for the named service, error code 0x1015 is returned.
|
If the user does not have service registration permission for the named service, error code 0x1015 is returned.\
|
||||||
If the service has not yet been registered, error code 0xE15 is returned.
|
If the service already has an MITM installed, error code 0x815 is returned.\
|
||||||
If the service already has an MITM installed, error code 0x815 is returned.
|
If the service has not yet been registered, the request will be deferred until the service is registered in the same manner as IUserInterface::GetService.\
|
||||||
|
|
||||||
#### AtmosphereUninstallMitm
|
#### AtmosphereUninstallMitm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue