Microsoft DirectX 8.1 (Visual Basic) |
The GetAllParameters method retrieves the state of the 3-D world and listener.
Syntax
object.GetAllParameters(listener As DS3DLISTENER)
Parts
object
Resolves to a DirectSound3DListener8 object.
listener
DS3DLISTENER type that receives parameters.
Error Codes
If the method fails, an error is raised and Err.Number may be set to DSERR_INVALIDPARAM.
See Also