Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enum defining the results of a client operation.
Syntax
enum class XblClientOperationResult : uint32_t
{
Success,
Failure
}
Constants
Constant | Description |
---|---|
Success | Client completed the requested operation sucessfully. |
Failure | Client was not able to complete the requested operation for any reason. |
Requirements
Header: platform_c.h