Searched refs:IMemAllocatorNotifyCallbackTemp (Results 1 – 1 of 1) sorted by relevance
97 typedef struct IMemAllocatorNotifyCallbackTemp IMemAllocatorNotifyCallbackTemp; typedef1631 virtual HRESULT WINAPI SetNotify(IMemAllocatorNotifyCallbackTemp *pNotify) = 0;1646 …HRESULT (WINAPI *SetNotify)(IMemAllocatorCallbackTemp *This,IMemAllocatorNotifyCallbackTemp *pNoti…1667 …CallbackTemp_SetNotify_Proxy(IMemAllocatorCallbackTemp *This,IMemAllocatorNotifyCallbackTemp *pNot…1677 struct IMemAllocatorNotifyCallbackTemp : public IUnknown { struct1684 …HRESULT (WINAPI *QueryInterface)(IMemAllocatorNotifyCallbackTemp *This,REFIID riid,void **ppvObjec…1685 ULONG (WINAPI *AddRef)(IMemAllocatorNotifyCallbackTemp *This);1686 ULONG (WINAPI *Release)(IMemAllocatorNotifyCallbackTemp *This);1687 HRESULT (WINAPI *NotifyRelease)(IMemAllocatorNotifyCallbackTemp *This);1690 struct IMemAllocatorNotifyCallbackTemp { struct[all …]