Home
last modified time | relevance | path

Searched refs:m_Notify (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/directx/ksproxy/
H A Dallocator.cpp72 IMemAllocatorNotifyCallbackTemp *m_Notify; member in CKsAllocator
115 m_Notify(0), in CKsAllocator()
423 if (m_Notify) in ReleaseBuffer()
426 m_Notify->NotifyRelease(); in ReleaseBuffer()
450 if (m_Notify) in SetNotify()
451 m_Notify->Release(); in SetNotify()
453 m_Notify = pNotify; in SetNotify()