XblClientOperationResult

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

See also

platform_c