Home | History | Annotate | Download | only in dshow

Lines Matching refs:IMemAllocatorNotifyCallbackTemp

97 typedef struct IMemAllocatorNotifyCallbackTemp IMemAllocatorNotifyCallbackTemp;
1631 virtual HRESULT WINAPI SetNotify(IMemAllocatorNotifyCallbackTemp *pNotify) = 0;
1646 HRESULT (WINAPI *SetNotify)(IMemAllocatorCallbackTemp *This,IMemAllocatorNotifyCallbackTemp *pNotify);
1667 HRESULT WINAPI IMemAllocatorCallbackTemp_SetNotify_Proxy(IMemAllocatorCallbackTemp *This,IMemAllocatorNotifyCallbackTemp *pNotify);
1677 struct IMemAllocatorNotifyCallbackTemp : public IUnknown {
1684 HRESULT (WINAPI *QueryInterface)(IMemAllocatorNotifyCallbackTemp *This,REFIID riid,void **ppvObject);
1685 ULONG (WINAPI *AddRef)(IMemAllocatorNotifyCallbackTemp *This);
1686 ULONG (WINAPI *Release)(IMemAllocatorNotifyCallbackTemp *This);
1687 HRESULT (WINAPI *NotifyRelease)(IMemAllocatorNotifyCallbackTemp *This);
1690 struct IMemAllocatorNotifyCallbackTemp {
1700 HRESULT WINAPI IMemAllocatorNotifyCallbackTemp_NotifyRelease_Proxy(IMemAllocatorNotifyCallbackTemp *This);