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

# ACP_COMMAND_INCREMENT_DMA_POINTER

> ACP_COMMAND_INCREMENT_DMA_POINTER

# ACP\_COMMAND\_INCREMENT\_DMA\_POINTER

Command for updating a DMA read or write pointer.

## Syntax

```cpp theme={null}
typedef struct ACP_COMMAND_INCREMENT_DMA_POINTER {  
    UINT32 contextIndex;  
    UINT32 increment;  
} ACP_COMMAND_INCREMENT_DMA_POINTER  
```

### Members

*contextIndex*\
Type: UINT32

Index of a context to be updated.

*increment*\
Type: UINT32

Amount by which the pointer is to be incremented.

## Remarks

Used by `ACP_COMMAND_TYPE_INCREMENT_DMA_WRITE_POINTER` and `ACP_COMMAND_TYPE_INCREMENT_DMA_READ_POINTER` to update a DMA pointer. See the [ACP\_COMMAND\_TYPE](/reference/audio/acphal/enums/acp_command_type) enumeration. The pointer cannot be updated if the context is already in the command queue.

## Requirements

**Header:** acphal.h

**Supported platforms:** XBOX One family consoles and XBOX Series consoles

## See also

[ACP\_COMMAND\_TYPE](/reference/audio/acphal/enums/acp_command_type)\
[SubmitCommand](/reference/audio/acphal/interfaces/IAcpHal/methods/iacphal_submitcommand)\
[AcpHal](/reference/audio/acphal/acphal_members)
