XAudio2 macros
This section contains information about macros provided by the Microsoft XAudio2 API.
Macro | Description |
---|---|
XAPOAlloc | Memory allocation macro used by IXAPO methods that must allocate arbitrary sized structures that are subsequently returned to the application. |
XAPOFree | Macro used to free memory allocated with the XAPOAlloc macro. |
Related topics