Searched refs:IMemAllocatorNotifyCallbackTemp (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
H A Dstrmif.h97 typedef struct IMemAllocatorNotifyCallbackTemp IMemAllocatorNotifyCallbackTemp; typedef in typeref:struct: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 { struct in inherits: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 *Thi
1690 struct IMemAllocatorNotifyCallbackTemp { struct
[all...]

Completed in 133 milliseconds