2.2.4.24.3 XAudSoundDevice_CreateSoundBuffer
The XAudSoundDevice_CreateSoundBuffer message creates a SoundBuffer and associates it with the SoundDevice.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
_size |
|||||||||||||||||||||||||||||||
|
_msgid |
|||||||||||||||||||||||||||||||
|
_idObjectSubject |
|||||||||||||||||||||||||||||||
|
idNewBuffer |
|||||||||||||||||||||||||||||||
|
info (22 bytes) |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
|
... |
_priv_objcb |
||||||||||||||||||||||||||||||
|
... |
_priv_ctxcb |
||||||||||||||||||||||||||||||
|
... |
|||||||||||||||||||||||||||||||
_size (4 bytes): An unsigned 32-bit integer. The total message size, in bytes.
_msgid (4 bytes): A signed 32-bit integer. The message ID that is unique to the specific target. The _msgid value is 0x00000001 for this message.
_idObjectSubject (4 bytes): An unsigned 32-bit integer. The ID of the target object.
idNewBuffer (4 bytes): A signed 32-bit integer. The ID of the new SoundBuffer object.
info (22 bytes): A SoundHeader (section 2.2.6.11). Information about the SoundBuffer to be created.
_priv_objcb (4 bytes): An unsigned 32-bit integer. The ID of the owner's callback.
_priv_ctxcb (4 bytes): An unsigned 32-bit integer. The ID of the owner's context.