Searched refs:pNotify (Results 1 – 7 of 7) sorted by relevance
60 HRESULT STDMETHODCALLTYPE SetNotify(IMemAllocatorNotifyCallbackTemp *pNotify);439 IMemAllocatorNotifyCallbackTemp *pNotify) in SetNotify() argument447 if (pNotify) in SetNotify()448 pNotify->AddRef(); in SetNotify()453 m_Notify = pNotify; in SetNotify()
52 AUDIO_VOLUME_NOTIFICATION_DATA *pNotify66 [in] IAudioEndpointVolumeCallback *pNotify69 [in] IAudioEndpointVolumeCallback *pNotify
602 [in] IControlChangeNotify *pNotify605 [in] IControlChangeNotify *pNotify
1064 _In_ LPDDVIDEOPORTNOTIFY pNotify);
309 LPDDVIDEOPORTNOTIFY pNotify) in NtGdiDvpAcquireNotification() argument320 return pfnDvpAcquireNotification(hVideoPort, hEvent, pNotify); in NtGdiDvpAcquireNotification()
531 [in] IMemAllocatorNotifyCallbackTemp *pNotify);
530 static LRESULT SendNotify(TreeListData *pData, NMHDR *pNotify) { in SendNotify() argument532 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()