Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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