Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Enum defining the results of a client operation
Syntax
enum class XUserPlatformOperationResult : uint32_t
{
Success = 0,
Failure = 1,
Canceled = 2
};
Constants
| Constant | Description |
|---|---|
| Success | Successful client operation. |
| Failure | Failed client operation. |
| Canceled | Canceled client operation. |
Remarks
Requirements
Header: XUser.h
Supported platforms: Supported on Steam Deck
See also
XUserPlatformRemoteConnectShowPromptEventHandler
XUserPlatformRemoteConnectClosePromptEventHandler
XUserPlatformRemoteConnectSetEventHandlers