Home
last modified time | relevance | path

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

/reactos/dll/directx/ksproxy/
H A Dallocator.cpp60 HRESULT STDMETHODCALLTYPE SetNotify(IMemAllocatorNotifyCallbackTemp *pNotify);
439 IMemAllocatorNotifyCallbackTemp *pNotify) in SetNotify() argument
447 if (pNotify) in SetNotify()
448 pNotify->AddRef(); in SetNotify()
453 m_Notify = pNotify; in SetNotify()
/reactos/sdk/include/psdk/
H A Dendpointvolume.idl52 AUDIO_VOLUME_NOTIFICATION_DATA *pNotify
66 [in] IAudioEndpointVolumeCallback *pNotify
69 [in] IAudioEndpointVolumeCallback *pNotify
H A Ddevicetopology.idl602 [in] IControlChangeNotify *pNotify
605 [in] IControlChangeNotify *pNotify
H A Dntgdi.h1064 _In_ LPDDVIDEOPORTNOTIFY pNotify);
/reactos/win32ss/reactx/ntddraw/
H A Ddvp.c309 LPDDVIDEOPORTNOTIFY pNotify) in NtGdiDvpAcquireNotification() argument
320 return pfnDvpAcquireNotification(hVideoPort, hEvent, pNotify); in NtGdiDvpAcquireNotification()
/reactos/sdk/include/dxsdk/
H A Daxcore.idl531 [in] IMemAllocatorNotifyCallbackTemp *pNotify);
/reactos/base/setup/reactos/
H A Dtreelist.c530 static LRESULT SendNotify(TreeListData *pData, NMHDR *pNotify) { in SendNotify() argument
532 pNotify->hwndFrom = pData->hWnd; in SendNotify()
533 pNotify->idFrom = GetWindowLong(pNotify->hwndFrom, GWL_ID); in SendNotify()
535 return SendMessage(GetParent(pNotify->hwndFrom), WM_NOTIFY, pNotify->idFrom, (LPARAM)pNotify); in SendNotify()