Display services: Difference between revisions
No edit summary |
|||
Line 38: | Line 38: | ||
! Cmd || Name || Notes | ! Cmd || Name || Notes | ||
|- | |- | ||
| 0 || GetDisplayService || | | 0 || GetDisplayService || | ||
|- | |- | ||
|} | |} | ||
== GetDisplayService == | |||
Returns an [[#IApplicationDisplayService]]. Takes an input u32, user-processes use 0 or 1, with 0 for regular-applications normally. 0 = user-service(vi:u), 1 = non-user-service? Returns an error when using value 1 with vi:u(same error listed below for IApplicationDisplayService for unavailable commands). | |||
= vi:s = | = vi:s = | ||
Line 49: | Line 52: | ||
! Cmd || Name | ! Cmd || Name | ||
|- | |- | ||
| 1 || GetDisplayService || Returns an [[#IApplicationDisplayService]]. | | 1 || GetDisplayService || Returns an [[#IApplicationDisplayService]]. Same input as vi:u. | ||
|- | |- | ||
| 3 || GetDisplayServiceWithProxyNameExchange || Returns an [[#IApplicationDisplayService]]. | | 3 || GetDisplayServiceWithProxyNameExchange || Returns an [[#IApplicationDisplayService]]. | ||
Line 62: | Line 65: | ||
! Cmd || Name || Notes | ! Cmd || Name || Notes | ||
|- | |- | ||
| 2 || GetDisplayService || Returns an [[#IApplicationDisplayService]]. | | 2 || GetDisplayService || Returns an [[#IApplicationDisplayService]]. Same input as vi:u. | ||
|- | |- | ||
| 3 || GetDisplayServiceWithProxyNameExchange || Takes an input u64 and u32. Returns an [[#IApplicationDisplayService]]. | | 3 || GetDisplayServiceWithProxyNameExchange || Takes an input u64 and u32. Returns an [[#IApplicationDisplayService]]. |