> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblClientOperationResult

> XblClientOperationResult

# XblClientOperationResult

Enum defining the results of a client operation.

## Syntax

```cpp theme={null}
enum class XblClientOperationResult  : uint32_t  
{  
    Success,  
    Failure  
}  
```

## Constants

| Constant | Description                                                             |
| -------- | ----------------------------------------------------------------------- |
| Success  | Client completed the requested operation successfully.                  |
| Failure  | Client was not able to complete the requested operation for any reason. |

## Requirements

**Header:** platform\_c.h

## See also

[platform\_c](/reference/live/xsapi-c/platform_c/platform_c_members)


## Related topics

- [XblLocalStorageClearComplete](/reference/live/xsapi-c/platform_c/functions/xbllocalstorageclearcomplete.md)
- [XblLocalStorageWriteComplete](/reference/live/xsapi-c/platform_c/functions/xbllocalstoragewritecomplete.md)
- [XblLocalStorageReadComplete](/reference/live/xsapi-c/platform_c/functions/xbllocalstoragereadcomplete.md)
- [XblLocalStorageReadHandler](/reference/live/xsapi-c/platform_c/functions/xbllocalstoragereadhandler.md)
- [XUserPlatformOperationResult](/reference/system/xuser/enums/XUserPlatformOperationResult.md)
