Home | History | Annotate | Download | only in include

Lines Matching full:ppdata

686         BYTE **ppData) = 0;
716 BYTE **ppData);
736 #define IAudioRenderClient_GetBuffer(This,NumFramesRequested,ppData) (This)->lpVtbl->GetBuffer(This,NumFramesRequested,ppData)
750 static FORCEINLINE HRESULT IAudioRenderClient_GetBuffer(IAudioRenderClient* This,UINT32 NumFramesRequested,BYTE **ppData) {
751 return This->lpVtbl->GetBuffer(This,NumFramesRequested,ppData);
764 BYTE **ppData);
795 BYTE **ppData,
830 BYTE **ppData,
857 #define IAudioCaptureClient_GetBuffer(This,ppData,pNumFramesToRead,pdwFlags,pu64DevicePosition,pu64QPCPosition) (This)->lpVtbl->GetBuffer(This,ppData,pNumFramesToRead,pdwFlags,pu64DevicePosition,pu64QPCPosition)
872 static FORCEINLINE HRESULT IAudioCaptureClient_GetBuffer(IAudioCaptureClient* This,BYTE **ppData,UINT32 *pNumFramesToRead,DWORD *pdwFlags,UINT64 *pu64DevicePosition,UINT64 *pu64QPCPosition) {
873 return This->lpVtbl->GetBuffer(This,ppData
888 BYTE **ppData,