> ## 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.

# PIXBeginRetailEvent

> PIXBeginRetailEvent

# PIXBeginRetailEvent

Starts a user-defined retail event.

## Syntax

```cpp theme={null}
void PIXBeginRetailEvent(  
         void* context,  
         UINT64 color,  
         PCWSTR formatString,
         ...  
)  
```

### Parameters

*context*   \
Type: void\*

Context for the event, accepts `ID3D12GraphicsCommandList\*`, `ID3D12GraphicsCommandList\*` and `ID3D12XboxDmaCommandList\*` (XBOX only).

*color*   \
Type: UINT64

The event color to use in the system timing chart. Use [PIX\_COLOR](/reference/tools/pix3/functions/pix_color) to specify a color, [PIX\_COLOR\_INDEX](/reference/tools/pix3/functions/pix_color_index) to specify a color index, or pass in a raw DWORD noting that the format is ARGB and the alpha channel value must be 0xff.\
*formatString*   \_In\_\
Type: PCWSTR

The name to use to describe the event, as a pointer to a null-terminated Unicode string. The string may specify zero or more optional string format placeholders, very similar to `sprintf` formatting.

Type: ...

If placeholders are used in *formatString*, there must be a corresponding number of parameters whose types depend on the placeholders. This method supports up to a maximum of 16 format parameters.

### Return value

Type: void

## Remarks

With a debug or instrumented device, `PIXBeginRetailEvent` behaves identically to [PIXBeginEvent](/reference/tools/pix3/functions/pixbeginevent). For a retail device, the events will be included in HIX files for GPU hang debugging.

`PIXBeginRetailEvent` and `PIXEndRetailEvent` pairs can be nested to any depth.

## Requirements

**Header:** pix3.h

**Library:** pixevt.lib
**Supported platforms:** XBOX One family consoles and XBOX Series consoles

## See also

[PIX (NDA topic)](/tools/tools-console/pix/pix)\
[pix3](/reference/tools/pix3/pix3_members)\
[PIXEndRetailEvent](/reference/tools/pix3/functions/pixendretailevent)\
[PIXBeginRetailEvent(void\*, UINT64, PCSTR, ...)](/reference/tools/pix3/functions/pixbeginretailevent)


## Related topics

- [PIXBeginRetailEvent function](/reference/tools/pix3/functions/pixbeginretailevent.md)
- [PIXBeginEvent Function](/reference/tools/pix3/functions/pixbeginevent-overloads.md)
- [PIXEndRetailEvent](/reference/tools/pix3/functions/pixendretailevent.md)
- [PIXSetRetailMarker](/reference/tools/pix3/functions/pixsetretailmarker_2.md)
- [PIXSetRetailMarker function](/reference/tools/pix3/functions/pixsetretailmarker.md)
