Lines Matching refs:NotifyEndOfStream
8133 virtual HRESULT WINAPI NotifyEndOfStream(HANDLE hNotifyEvent) = 0;8144 HRESULT (WINAPI *NotifyEndOfStream)(IPinConnection *This,HANDLE hNotifyEvent);8157 #define IPinConnection_NotifyEndOfStream(This,hNotifyEvent) (This)->lpVtbl->NotifyEndOfStream(This,hNotifyEvent)