Lines Matching refs:p
447 #define IDirectSound_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
448 #define IDirectSound_AddRef(p) (p)->lpVtbl->AddRef(p) argument
449 #define IDirectSound_Release(p) (p)->lpVtbl->Release(p) argument
451 #define IDirectSound_CreateSoundBuffer(p,a,b,c) (p)->lpVtbl->CreateSoundBuffer(p,a,b,c) argument
452 #define IDirectSound_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) argument
453 #define IDirectSound_DuplicateSoundBuffer(p,a,b) (p)->lpVtbl->DuplicateSoundBuffer(p,a,b) argument
454 #define IDirectSound_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) argument
455 #define IDirectSound_Compact(p) (p)->lpVtbl->Compact(p) argument
456 #define IDirectSound_GetSpeakerConfig(p,a) (p)->lpVtbl->GetSpeakerConfig(p,a) argument
457 #define IDirectSound_SetSpeakerConfig(p,a) (p)->lpVtbl->SetSpeakerConfig(p,a) argument
458 #define IDirectSound_Initialize(p,a) (p)->lpVtbl->Initialize(p,a) argument
461 #define IDirectSound_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
462 #define IDirectSound_AddRef(p) (p)->AddRef() argument
463 #define IDirectSound_Release(p) (p)->Release() argument
465 #define IDirectSound_CreateSoundBuffer(p,a,b,c) (p)->CreateSoundBuffer(a,b,c) argument
466 #define IDirectSound_GetCaps(p,a) (p)->GetCaps(a) argument
467 #define IDirectSound_DuplicateSoundBuffer(p,a,b) (p)->DuplicateSoundBuffer(a,b) argument
468 #define IDirectSound_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(a,b) argument
469 #define IDirectSound_Compact(p) (p)->Compact() argument
470 #define IDirectSound_GetSpeakerConfig(p,a) (p)->GetSpeakerConfig(a) argument
471 #define IDirectSound_SetSpeakerConfig(p,a) (p)->SetSpeakerConfig(a) argument
472 #define IDirectSound_Initialize(p,a) (p)->Initialize(a) argument
501 #define IDirectSound8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
502 #define IDirectSound8_AddRef(p) (p)->lpVtbl->AddRef(p) argument
503 #define IDirectSound8_Release(p) (p)->lpVtbl->Release(p) argument
505 #define IDirectSound8_CreateSoundBuffer(p,a,b,c) (p)->lpVtbl->CreateSoundBuffer(p,a,b,c) argument
506 #define IDirectSound8_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) argument
507 #define IDirectSound8_DuplicateSoundBuffer(p,a,b) (p)->lpVtbl->DuplicateSoundBuffer(p,a,b) argument
508 #define IDirectSound8_SetCooperativeLevel(p,a,b) (p)->lpVtbl->SetCooperativeLevel(p,a,b) argument
509 #define IDirectSound8_Compact(p) (p)->lpVtbl->Compact(p) argument
510 #define IDirectSound8_GetSpeakerConfig(p,a) (p)->lpVtbl->GetSpeakerConfig(p,a) argument
511 #define IDirectSound8_SetSpeakerConfig(p,a) (p)->lpVtbl->SetSpeakerConfig(p,a) argument
512 #define IDirectSound8_Initialize(p,a) (p)->lpVtbl->Initialize(p,a) argument
514 #define IDirectSound8_VerifyCertification(p,a) (p)->lpVtbl->VerifyCertification(p,a) argument
517 #define IDirectSound8_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
518 #define IDirectSound8_AddRef(p) (p)->AddRef() argument
519 #define IDirectSound8_Release(p) (p)->Release() argument
521 #define IDirectSound8_CreateSoundBuffer(p,a,b,c) (p)->CreateSoundBuffer(a,b,c) argument
522 #define IDirectSound8_GetCaps(p,a) (p)->GetCaps(a) argument
523 #define IDirectSound8_DuplicateSoundBuffer(p,a,b) (p)->DuplicateSoundBuffer(a,b) argument
524 #define IDirectSound8_SetCooperativeLevel(p,a,b) (p)->SetCooperativeLevel(a,b) argument
525 #define IDirectSound8_Compact(p) (p)->Compact() argument
526 #define IDirectSound8_GetSpeakerConfig(p,a) (p)->GetSpeakerConfig(a) argument
527 #define IDirectSound8_SetSpeakerConfig(p,a) (p)->SetSpeakerConfig(a) argument
528 #define IDirectSound8_Initialize(p,a) (p)->Initialize(a) argument
530 #define IDirectSound8_VerifyCertification(p,a) (p)->VerifyCertification(a) argument
568 #define IDirectSoundBuffer_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
569 #define IDirectSoundBuffer_AddRef(p) (p)->lpVtbl->AddRef(p) argument
570 #define IDirectSoundBuffer_Release(p) (p)->lpVtbl->Release(p) argument
572 #define IDirectSoundBuffer_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) argument
573 #define IDirectSoundBuffer_GetCurrentPosition(p,a,b) (p)->lpVtbl->GetCurrentPosition(p,a,b) argument
574 #define IDirectSoundBuffer_GetFormat(p,a,b,c) (p)->lpVtbl->GetFormat(p,a,b,c) argument
575 #define IDirectSoundBuffer_GetVolume(p,a) (p)->lpVtbl->GetVolume(p,a) argument
576 #define IDirectSoundBuffer_GetPan(p,a) (p)->lpVtbl->GetPan(p,a) argument
577 #define IDirectSoundBuffer_GetFrequency(p,a) (p)->lpVtbl->GetFrequency(p,a) argument
578 #define IDirectSoundBuffer_GetStatus(p,a) (p)->lpVtbl->GetStatus(p,a) argument
579 #define IDirectSoundBuffer_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
580 #define IDirectSoundBuffer_Lock(p,a,b,c,d,e,f,g) (p)->lpVtbl->Lock(p,a,b,c,d,e,f,g) argument
581 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->lpVtbl->Play(p,a,b,c) argument
582 #define IDirectSoundBuffer_SetCurrentPosition(p,a) (p)->lpVtbl->SetCurrentPosition(p,a) argument
583 #define IDirectSoundBuffer_SetFormat(p,a) (p)->lpVtbl->SetFormat(p,a) argument
584 #define IDirectSoundBuffer_SetVolume(p,a) (p)->lpVtbl->SetVolume(p,a) argument
585 #define IDirectSoundBuffer_SetPan(p,a) (p)->lpVtbl->SetPan(p,a) argument
586 #define IDirectSoundBuffer_SetFrequency(p,a) (p)->lpVtbl->SetFrequency(p,a) argument
587 #define IDirectSoundBuffer_Stop(p) (p)->lpVtbl->Stop(p) argument
588 #define IDirectSoundBuffer_Unlock(p,a,b,c,d) (p)->lpVtbl->Unlock(p,a,b,c,d) argument
589 #define IDirectSoundBuffer_Restore(p) (p)->lpVtbl->Restore(p) argument
592 #define IDirectSoundBuffer_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
593 #define IDirectSoundBuffer_AddRef(p) (p)->AddRef() argument
594 #define IDirectSoundBuffer_Release(p) (p)->Release() argument
596 #define IDirectSoundBuffer_GetCaps(p,a) (p)->GetCaps(a) argument
597 #define IDirectSoundBuffer_GetCurrentPosition(p,a,b) (p)->GetCurrentPosition(a,b) argument
598 #define IDirectSoundBuffer_GetFormat(p,a,b,c) (p)->GetFormat(a,b,c) argument
599 #define IDirectSoundBuffer_GetVolume(p,a) (p)->GetVolume(a) argument
600 #define IDirectSoundBuffer_GetPan(p,a) (p)->GetPan(a) argument
601 #define IDirectSoundBuffer_GetFrequency(p,a) (p)->GetFrequency(a) argument
602 #define IDirectSoundBuffer_GetStatus(p,a) (p)->GetStatus(a) argument
603 #define IDirectSoundBuffer_Initialize(p,a,b) (p)->Initialize(a,b) argument
604 #define IDirectSoundBuffer_Lock(p,a,b,c,d,e,f,g) (p)->Lock(a,b,c,d,e,f,g) argument
605 #define IDirectSoundBuffer_Play(p,a,b,c) (p)->Play(a,b,c) argument
606 #define IDirectSoundBuffer_SetCurrentPosition(p,a) (p)->SetCurrentPosition(a) argument
607 #define IDirectSoundBuffer_SetFormat(p,a) (p)->SetFormat(a) argument
608 #define IDirectSoundBuffer_SetVolume(p,a) (p)->SetVolume(a) argument
609 #define IDirectSoundBuffer_SetPan(p,a) (p)->SetPan(a) argument
610 #define IDirectSoundBuffer_SetFrequency(p,a) (p)->SetFrequency(a) argument
611 #define IDirectSoundBuffer_Stop(p) (p)->Stop() argument
612 #define IDirectSoundBuffer_Unlock(p,a,b,c,d) (p)->Unlock(a,b,c,d) argument
613 #define IDirectSoundBuffer_Restore(p) (p)->Restore() argument
654 #define IDirectSoundBuffer8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
655 #define IDirectSoundBuffer8_AddRef(p) (p)->lpVtbl->AddRef(p) argument
656 #define IDirectSoundBuffer8_Release(p) (p)->lpVtbl->Release(p) argument
658 #define IDirectSoundBuffer8_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) argument
659 #define IDirectSoundBuffer8_GetCurrentPosition(p,a,b) (p)->lpVtbl->GetCurrentPosition(p,a,b) argument
660 #define IDirectSoundBuffer8_GetFormat(p,a,b,c) (p)->lpVtbl->GetFormat(p,a,b,c) argument
661 #define IDirectSoundBuffer8_GetVolume(p,a) (p)->lpVtbl->GetVolume(p,a) argument
662 #define IDirectSoundBuffer8_GetPan(p,a) (p)->lpVtbl->GetPan(p,a) argument
663 #define IDirectSoundBuffer8_GetFrequency(p,a) (p)->lpVtbl->GetFrequency(p,a) argument
664 #define IDirectSoundBuffer8_GetStatus(p,a) (p)->lpVtbl->GetStatus(p,a) argument
665 #define IDirectSoundBuffer8_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
666 #define IDirectSoundBuffer8_Lock(p,a,b,c,d,e,f,g) (p)->lpVtbl->Lock(p,a,b,c,d,e,f,g) argument
667 #define IDirectSoundBuffer8_Play(p,a,b,c) (p)->lpVtbl->Play(p,a,b,c) argument
668 #define IDirectSoundBuffer8_SetCurrentPosition(p,a) (p)->lpVtbl->SetCurrentPosition(p,a) argument
669 #define IDirectSoundBuffer8_SetFormat(p,a) (p)->lpVtbl->SetFormat(p,a) argument
670 #define IDirectSoundBuffer8_SetVolume(p,a) (p)->lpVtbl->SetVolume(p,a) argument
671 #define IDirectSoundBuffer8_SetPan(p,a) (p)->lpVtbl->SetPan(p,a) argument
672 #define IDirectSoundBuffer8_SetFrequency(p,a) (p)->lpVtbl->SetFrequency(p,a) argument
673 #define IDirectSoundBuffer8_Stop(p) (p)->lpVtbl->Stop(p) argument
674 #define IDirectSoundBuffer8_Unlock(p,a,b,c,d) (p)->lpVtbl->Unlock(p,a,b,c,d) argument
675 #define IDirectSoundBuffer8_Restore(p) (p)->lpVtbl->Restore(p) argument
677 #define IDirectSoundBuffer8_SetFX(p,a,b,c) (p)->lpVtbl->SetFX(p,a,b,c) argument
678 #define IDirectSoundBuffer8_AcquireResources(p,a,b,c) (p)->lpVtbl->AcquireResources(p,a,b,c) argument
679 #define IDirectSoundBuffer8_GetObjectInPath(p,a,b,c,d) (p)->lpVtbl->GetObjectInPath(p,a,b,c,d) argument
682 #define IDirectSoundBuffer8_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
683 #define IDirectSoundBuffer8_AddRef(p) (p)->AddRef() argument
684 #define IDirectSoundBuffer8_Release(p) (p)->Release() argument
686 #define IDirectSoundBuffer8_GetCaps(p,a) (p)->GetCaps(a) argument
687 #define IDirectSoundBuffer8_GetCurrentPosition(p,a,b) (p)->GetCurrentPosition(a,b) argument
688 #define IDirectSoundBuffer8_GetFormat(p,a,b,c) (p)->GetFormat(a,b,c) argument
689 #define IDirectSoundBuffer8_GetVolume(p,a) (p)->GetVolume(a) argument
690 #define IDirectSoundBuffer8_GetPan(p,a) (p)->GetPan(a) argument
691 #define IDirectSoundBuffer8_GetFrequency(p,a) (p)->GetFrequency(a) argument
692 #define IDirectSoundBuffer8_GetStatus(p,a) (p)->GetStatus(a) argument
693 #define IDirectSoundBuffer8_Initialize(p,a,b) (p)->Initialize(a,b) argument
694 #define IDirectSoundBuffer8_Lock(p,a,b,c,d,e,f,g) (p)->Lock(a,b,c,d,e,f,g) argument
695 #define IDirectSoundBuffer8_Play(p,a,b,c) (p)->Play(a,b,c) argument
696 #define IDirectSoundBuffer8_SetCurrentPosition(p,a) (p)->SetCurrentPosition(a) argument
697 #define IDirectSoundBuffer8_SetFormat(p,a) (p)->SetFormat(a) argument
698 #define IDirectSoundBuffer8_SetVolume(p,a) (p)->SetVolume(a) argument
699 #define IDirectSoundBuffer8_SetPan(p,a) (p)->SetPan(a) argument
700 #define IDirectSoundBuffer8_SetFrequency(p,a) (p)->SetFrequency(a) argument
701 #define IDirectSoundBuffer8_Stop(p) (p)->Stop() argument
702 #define IDirectSoundBuffer8_Unlock(p,a,b,c,d) (p)->Unlock(a,b,c,d) argument
703 #define IDirectSoundBuffer8_Restore(p) (p)->Restore() argument
705 #define IDirectSoundBuffer8_SetFX(p,a,b,c) (p)->SetFX(a,b,c) argument
706 #define IDirectSoundBuffer8_AcquireResources(p,a,b,c) (p)->AcquireResources(a,b,c) argument
707 #define IDirectSoundBuffer8_GetObjectInPath(p,a,b,c,d) (p)->GetObjectInPath(a,b,c,d) argument
730 #define IDirectSoundCapture_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
731 #define IDirectSoundCapture_AddRef(p) (p)->lpVtbl->AddRef(p) argument
732 #define IDirectSoundCapture_Release(p) (p)->lpVtbl->Release(p) argument
734 #define IDirectSoundCapture_CreateCaptureBuffer(p,a,b,c) (p)->lpVtbl->CreateCaptureBuffer(p,a,b,c) argument
735 #define IDirectSoundCapture_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) argument
736 #define IDirectSoundCapture_Initialize(p,a) (p)->lpVtbl->Initialize(p,a) argument
739 #define IDirectSoundCapture_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
740 #define IDirectSoundCapture_AddRef(p) (p)->AddRef() argument
741 #define IDirectSoundCapture_Release(p) (p)->Release() argument
743 #define IDirectSoundCapture_CreateCaptureBuffer(p,a,b,c) (p)->CreateCaptureBuffer(a,b,c) argument
744 #define IDirectSoundCapture_GetCaps(p,a) (p)->GetCaps(a) argument
745 #define IDirectSoundCapture_Initialize(p,a) (p)->Initialize(a) argument
773 #define IDirectSoundCaptureBuffer_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
774 #define IDirectSoundCaptureBuffer_AddRef(p) (p)->lpVtbl->AddRef(p) argument
775 #define IDirectSoundCaptureBuffer_Release(p) (p)->lpVtbl->Release(p) argument
777 #define IDirectSoundCaptureBuffer_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) argument
778 #define IDirectSoundCaptureBuffer_GetCurrentPosition(p,a,b) (p)->lpVtbl->GetCurrentPosition(p,a,b) argument
779 #define IDirectSoundCaptureBuffer_GetFormat(p,a,b,c) (p)->lpVtbl->GetFormat(p,a,b,c) argument
780 #define IDirectSoundCaptureBuffer_GetStatus(p,a) (p)->lpVtbl->GetStatus(p,a) argument
781 #define IDirectSoundCaptureBuffer_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
782 #define IDirectSoundCaptureBuffer_Lock(p,a,b,c,d,e,f,g) (p)->lpVtbl->Lock(p,a,b,c,d,e,f,g) argument
783 #define IDirectSoundCaptureBuffer_Start(p,a) (p)->lpVtbl->Start(p,a) argument
784 #define IDirectSoundCaptureBuffer_Stop(p) (p)->lpVtbl->Stop(p) argument
785 #define IDirectSoundCaptureBuffer_Unlock(p,a,b,c,d) (p)->lpVtbl->Unlock(p,a,b,c,d) argument
788 #define IDirectSoundCaptureBuffer_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
789 #define IDirectSoundCaptureBuffer_AddRef(p) (p)->AddRef() argument
790 #define IDirectSoundCaptureBuffer_Release(p) (p)->Release() argument
792 #define IDirectSoundCaptureBuffer_GetCaps(p,a) (p)->GetCaps(a) argument
793 #define IDirectSoundCaptureBuffer_GetCurrentPosition(p,a,b) (p)->GetCurrentPosition(a,b) argument
794 #define IDirectSoundCaptureBuffer_GetFormat(p,a,b,c) (p)->GetFormat(a,b,c) argument
795 #define IDirectSoundCaptureBuffer_GetStatus(p,a) (p)->GetStatus(a) argument
796 #define IDirectSoundCaptureBuffer_Initialize(p,a,b) (p)->Initialize(a,b) argument
797 #define IDirectSoundCaptureBuffer_Lock(p,a,b,c,d,e,f,g) (p)->Lock(a,b,c,d,e,f,g) argument
798 #define IDirectSoundCaptureBuffer_Start(p,a) (p)->Start(a) argument
799 #define IDirectSoundCaptureBuffer_Stop(p) (p)->Stop() argument
800 #define IDirectSoundCaptureBuffer_Unlock(p,a,b,c,d) (p)->Unlock(a,b,c,d) argument
831 #define IDirectSoundCaptureBuffer8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
832 #define IDirectSoundCaptureBuffer8_AddRef(p) (p)->lpVtbl->AddRef(p) argument
833 #define IDirectSoundCaptureBuffer8_Release(p) (p)->lpVtbl->Release(p) argument
835 #define IDirectSoundCaptureBuffer8_GetCaps(p,a) (p)->lpVtbl->GetCaps(p,a) argument
836 #define IDirectSoundCaptureBuffer8_GetCurrentPosition(p,a,b) (p)->lpVtbl->GetCurrentPosition(p,a,b) argument
837 #define IDirectSoundCaptureBuffer8_GetFormat(p,a,b,c) (p)->lpVtbl->GetFormat(p,a,b,c) argument
838 #define IDirectSoundCaptureBuffer8_GetStatus(p,a) (p)->lpVtbl->GetStatus(p,a) argument
839 #define IDirectSoundCaptureBuffer8_Initialize(p,a,b) (p)->lpVtbl->Initialize(p,a,b) argument
840 #define IDirectSoundCaptureBuffer8_Lock(p,a,b,c,d,e,f,g) (p)->lpVtbl->Lock(p,a,b,c,d,e,f,g) argument
841 #define IDirectSoundCaptureBuffer8_Start(p,a) (p)->lpVtbl->Start(p,a) argument
842 #define IDirectSoundCaptureBuffer8_Stop(p) (p)->lpVtbl->Stop(p) argument
843 #define IDirectSoundCaptureBuffer8_Unlock(p,a,b,c,d) (p)->lpVtbl->Unlock(p,a,b,c,d) argument
845 #define IDirectSoundCaptureBuffer8_GetObjectInPath(p,a,b,c,d) (p)->lpVtbl->GetObjectInPath(p,a,b,c,… argument
846 #define IDirectSoundCaptureBuffer8_GetFXStatus(p,a,b) (p)->lpVtbl->GetFXStatus(p,a,b) argument
849 #define IDirectSoundCaptureBuffer8_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
850 #define IDirectSoundCaptureBuffer8_AddRef(p) (p)->AddRef() argument
851 #define IDirectSoundCaptureBuffer8_Release(p) (p)->Release() argument
853 #define IDirectSoundCaptureBuffer8_GetCaps(p,a) (p)->GetCaps(a) argument
854 #define IDirectSoundCaptureBuffer8_GetCurrentPosition(p,a,b) (p)->GetCurrentPosition(a,b) argument
855 #define IDirectSoundCaptureBuffer8_GetFormat(p,a,b,c) (p)->GetFormat(a,b,c) argument
856 #define IDirectSoundCaptureBuffer8_GetStatus(p,a) (p)->GetStatus(a) argument
857 #define IDirectSoundCaptureBuffer8_Initialize(p,a,b) (p)->Initialize(a,b) argument
858 #define IDirectSoundCaptureBuffer8_Lock(p,a,b,c,d,e,f,g) (p)->Lock(a,b,c,d,e,f,g) argument
859 #define IDirectSoundCaptureBuffer8_Start(p,a) (p)->Start(a) argument
860 #define IDirectSoundCaptureBuffer8_Stop(p) (p)->Stop() argument
861 #define IDirectSoundCaptureBuffer8_Unlock(p,a,b,c,d) (p)->Unlock(a,b,c,d) argument
863 #define IDirectSoundCaptureBuffer8_GetObjectInPath(p,a,b,c,d) (p)->GetObjectInPath(a,b,c,d) argument
864 #define IDirectSoundCaptureBuffer8_GetFXStatus(p,a,b) (p)->GetFXStatus(a,b) argument
888 #define IDirectSoundNotify_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
889 #define IDirectSoundNotify_AddRef(p) (p)->lpVtbl->AddRef(p) argument
890 #define IDirectSoundNotify_Release(p) (p)->lpVtbl->Release(p) argument
892 #define IDirectSoundNotify_SetNotificationPositions(p,a,b) (p)->lpVtbl->SetNotificationPositions(p,… argument
895 #define IDirectSoundNotify_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
896 #define IDirectSoundNotify_AddRef(p) (p)->AddRef() argument
897 #define IDirectSoundNotify_Release(p) (p)->Release() argument
899 #define IDirectSoundNotify_SetNotificationPositions(p,a,b) (p)->SetNotificationPositions(a,b) argument
975 #define IDirectSound3DListener_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
976 #define IDirectSound3DListener_AddRef(p) (p)->lpVtbl->AddRef(p) argument
977 #define IDirectSound3DListener_Release(p) (p)->lpVtbl->Release(p) argument
979 #define IDirectSound3DListener_GetAllParameters(p,a) (p)->lpVtbl->GetAllParameters(p,a) argument
980 #define IDirectSound3DListener_GetDistanceFactor(p,a) (p)->lpVtbl->GetDistanceFactor(p,a) argument
981 #define IDirectSound3DListener_GetDopplerFactor(p,a) (p)->lpVtbl->GetDopplerFactor(p,a) argument
982 #define IDirectSound3DListener_GetOrientation(p,a,b) (p)->lpVtbl->GetOrientation(p,a,b) argument
983 #define IDirectSound3DListener_GetPosition(p,a) (p)->lpVtbl->GetPosition(p,a) argument
984 #define IDirectSound3DListener_GetRolloffFactor(p,a) (p)->lpVtbl->GetRolloffFactor(p,a) argument
985 #define IDirectSound3DListener_GetVelocity(p,a) (p)->lpVtbl->GetVelocity(p,a) argument
986 #define IDirectSound3DListener_SetAllParameters(p,a,b) (p)->lpVtbl->SetAllParameters(p,a,b) argument
987 #define IDirectSound3DListener_SetDistanceFactor(p,a,b) (p)->lpVtbl->SetDistanceFactor(p,a,b) argument
988 #define IDirectSound3DListener_SetDopplerFactor(p,a,b) (p)->lpVtbl->SetDopplerFactor(p,a,b) argument
989 #define IDirectSound3DListener_SetOrientation(p,a,b,c,d,e,f,g) (p)->lpVtbl->SetOrientation(p,a,b,c,… argument
990 #define IDirectSound3DListener_SetPosition(p,a,b,c,d) (p)->lpVtbl->SetPosition(p,a,b,c,d) argument
991 #define IDirectSound3DListener_SetRolloffFactor(p,a,b) (p)->lpVtbl->SetRolloffFactor(p,a,b) argument
992 #define IDirectSound3DListener_SetVelocity(p,a,b,c,d) (p)->lpVtbl->SetVelocity(p,a,b,c,d) argument
993 …define IDirectSound3DListener_CommitDeferredSettings(p) (p)->lpVtbl->CommitDeferredSettings(… argument
996 #define IDirectSound3DListener_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
997 #define IDirectSound3DListener_AddRef(p) (p)->AddRef() argument
998 #define IDirectSound3DListener_Release(p) (p)->Release() argument
1000 #define IDirectSound3DListener_GetAllParameters(p,a) (p)->GetAllParameters(a) argument
1001 #define IDirectSound3DListener_GetDistanceFactor(p,a) (p)->GetDistanceFactor(a) argument
1002 #define IDirectSound3DListener_GetDopplerFactor(p,a) (p)->GetDopplerFactor(a) argument
1003 #define IDirectSound3DListener_GetOrientation(p,a,b) (p)->GetOrientation(a,b) argument
1004 #define IDirectSound3DListener_GetPosition(p,a) (p)->GetPosition(a) argument
1005 #define IDirectSound3DListener_GetRolloffFactor(p,a) (p)->GetRolloffFactor(a) argument
1006 #define IDirectSound3DListener_GetVelocity(p,a) (p)->GetVelocity(a) argument
1007 #define IDirectSound3DListener_SetAllParameters(p,a,b) (p)->SetAllParameters(a,b) argument
1008 #define IDirectSound3DListener_SetDistanceFactor(p,a,b) (p)->SetDistanceFactor(a,b) argument
1009 #define IDirectSound3DListener_SetDopplerFactor(p,a,b) (p)->SetDopplerFactor(a,b) argument
1010 #define IDirectSound3DListener_SetOrientation(p,a,b,c,d,e,f,g) (p)->SetOrientation(a,b,c,d,e,f,g) argument
1011 #define IDirectSound3DListener_SetPosition(p,a,b,c,d) (p)->SetPosition(a,b,c,d) argument
1012 #define IDirectSound3DListener_SetRolloffFactor(p,a,b) (p)->SetRolloffFactor(a,b) argument
1013 #define IDirectSound3DListener_SetVelocity(p,a,b,c,d) (p)->SetVelocity(a,b,c,d) argument
1014 #define IDirectSound3DListener_CommitDeferredSettings(p) (p)->CommitDeferredSettings() argument
1067 #define IDirectSound3DBuffer_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
1068 #define IDirectSound3DBuffer_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1069 #define IDirectSound3DBuffer_Release(p) (p)->lpVtbl->Release(p) argument
1071 #define IDirectSound3DBuffer_GetAllParameters(p,a) (p)->lpVtbl->GetAllParameters(p,a) argument
1072 #define IDirectSound3DBuffer_GetConeAngles(p,a,b) (p)->lpVtbl->GetConeAngles(p,a,b) argument
1073 #define IDirectSound3DBuffer_GetConeOrientation(p,a) (p)->lpVtbl->GetConeOrientation(p,a) argument
1074 #define IDirectSound3DBuffer_GetConeOutsideVolume(p,a) (p)->lpVtbl->GetConeOutsideVolume(p,a) argument
1075 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->lpVtbl->GetMaxDistance(p,a) argument
1076 #define IDirectSound3DBuffer_GetMinDistance(p,a) (p)->lpVtbl->GetMinDistance(p,a) argument
1077 #define IDirectSound3DBuffer_GetMode(p,a) (p)->lpVtbl->GetMode(p,a) argument
1078 #define IDirectSound3DBuffer_GetPosition(p,a) (p)->lpVtbl->GetPosition(p,a) argument
1079 #define IDirectSound3DBuffer_GetVelocity(p,a) (p)->lpVtbl->GetVelocity(p,a) argument
1080 #define IDirectSound3DBuffer_SetAllParameters(p,a,b) (p)->lpVtbl->SetAllParameters(p,a,b) argument
1081 #define IDirectSound3DBuffer_SetConeAngles(p,a,b,c) (p)->lpVtbl->SetConeAngles(p,a,b,c) argument
1082 #define IDirectSound3DBuffer_SetConeOrientation(p,a,b,c,d) (p)->lpVtbl->SetConeOrientation(p,a,b,c,… argument
1083 #define IDirectSound3DBuffer_SetConeOutsideVolume(p,a,b) (p)->lpVtbl->SetConeOutsideVolume(p,a,b) argument
1084 #define IDirectSound3DBuffer_SetMaxDistance(p,a,b) (p)->lpVtbl->SetMaxDistance(p,a,b) argument
1085 #define IDirectSound3DBuffer_SetMinDistance(p,a,b) (p)->lpVtbl->SetMinDistance(p,a,b) argument
1086 #define IDirectSound3DBuffer_SetMode(p,a,b) (p)->lpVtbl->SetMode(p,a,b) argument
1087 #define IDirectSound3DBuffer_SetPosition(p,a,b,c,d) (p)->lpVtbl->SetPosition(p,a,b,c,d) argument
1088 #define IDirectSound3DBuffer_SetVelocity(p,a,b,c,d) (p)->lpVtbl->SetVelocity(p,a,b,c,d) argument
1091 #define IDirectSound3DBuffer_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
1092 #define IDirectSound3DBuffer_AddRef(p) (p)->AddRef() argument
1093 #define IDirectSound3DBuffer_Release(p) (p)->Release() argument
1095 #define IDirectSound3DBuffer_GetAllParameters(p,a) (p)->GetAllParameters(a) argument
1096 #define IDirectSound3DBuffer_GetConeAngles(p,a,b) (p)->GetConeAngles(a,b) argument
1097 #define IDirectSound3DBuffer_GetConeOrientation(p,a) (p)->GetConeOrientation(a) argument
1098 #define IDirectSound3DBuffer_GetConeOutsideVolume(p,a) (p)->GetConeOutsideVolume(a) argument
1099 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->GetMaxDistance(a) argument
1100 #define IDirectSound3DBuffer_GetMinDistance(p,a) (p)->GetMinDistance(a) argument
1101 #define IDirectSound3DBuffer_GetMode(p,a) (p)->GetMode(a) argument
1102 #define IDirectSound3DBuffer_GetPosition(p,a) (p)->GetPosition(a) argument
1103 #define IDirectSound3DBuffer_GetVelocity(p,a) (p)->GetVelocity(a) argument
1104 #define IDirectSound3DBuffer_SetAllParameters(p,a,b) (p)->SetAllParameters(a,b) argument
1105 #define IDirectSound3DBuffer_SetConeAngles(p,a,b,c) (p)->SetConeAngles(a,b,c) argument
1106 #define IDirectSound3DBuffer_SetConeOrientation(p,a,b,c,d) (p)->SetConeOrientation(a,b,c,d) argument
1107 #define IDirectSound3DBuffer_SetConeOutsideVolume(p,a,b) (p)->SetConeOutsideVolume(a,b) argument
1108 #define IDirectSound3DBuffer_SetMaxDistance(p,a,b) (p)->SetMaxDistance(a,b) argument
1109 #define IDirectSound3DBuffer_SetMinDistance(p,a,b) (p)->SetMinDistance(a,b) argument
1110 #define IDirectSound3DBuffer_SetMode(p,a,b) (p)->SetMode(a,b) argument
1111 #define IDirectSound3DBuffer_SetPosition(p,a,b,c,d) (p)->SetPosition(a,b,c,d) argument
1112 #define IDirectSound3DBuffer_SetVelocity(p,a,b,c,d) (p)->SetVelocity(a,b,c,d) argument
1144 #define IKsPropertySet_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
1145 #define IKsPropertySet_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1146 #define IKsPropertySet_Release(p) (p)->lpVtbl->Release(p) argument
1148 #define IKsPropertySet_Get(p,a,b,c,d,e,f,g) (p)->lpVtbl->Get(p,a,b,c,d,e,f,g) argument
1149 #define IKsPropertySet_Set(p,a,b,c,d,e,f) (p)->lpVtbl->Set(p,a,b,c,d,e,f) argument
1150 #define IKsPropertySet_QuerySupport(p,a,b,c) (p)->lpVtbl->QuerySupport(p,a,b,c) argument
1153 #define IKsPropertySet_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
1154 #define IKsPropertySet_AddRef(p) (p)->AddRef() argument
1155 #define IKsPropertySet_Release(p) (p)->Release() argument
1157 #define IKsPropertySet_Get(p,a,b,c,d,e,f,g) (p)->Get(a,b,c,d,e,f,g) argument
1158 #define IKsPropertySet_Set(p,a,b,c,d,e,f) (p)->Set(a,b,c,d,e,f) argument
1159 #define IKsPropertySet_QuerySupport(p,a,b,c) (p)->QuerySupport(a,b,c) argument
1181 #define IDirectSoundFullDuplex_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
1182 #define IDirectSoundFullDuplex_AddRef(p) (p)->lpVtbl->AddRef(p) argument
1183 #define IDirectSoundFullDuplex_Release(p) (p)->lpVtbl->Release(p) argument
1185 #define IDirectSoundFullDuplex_Initialize(p,a,b,c,d,e,f,g,h) (p)->lpVtbl->Initialize(p,a,b,c,d,e… argument
1188 #define IDirectSoundFullDuplex_QueryInterface(p,a,b) (p)->QueryInterface(a,b) argument
1189 #define IDirectSoundFullDuplex_AddRef(p) (p)->AddRef() argument
1190 #define IDirectSoundFullDuplex_Release(p) (p)->Release() argument
1192 #define IDirectSoundFullDuplex_Initialize(p,a,b,c,d,e,f,g,h) (p)->Initialize(a,b,c,d,e,f,g,h) argument