OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setnotifywindow
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/include/dshow/
control.h
326
virtual HRESULT WINAPI
SetNotifyWindow
(OAHWND hwnd,long lMsg,LONG_PTR lInstanceData) = 0;
346
HRESULT (WINAPI *
SetNotifyWindow
)(IMediaEventEx *This,OAHWND hwnd,long lMsg,LONG_PTR lInstanceData);
368
#define IMediaEventEx_SetNotifyWindow(This,hwnd,lMsg,lInstanceData) (This)->lpVtbl->
SetNotifyWindow
(This,hwnd,lMsg,lInstanceData)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
control.h
326
virtual HRESULT WINAPI
SetNotifyWindow
(OAHWND hwnd,__LONG32 lMsg,LONG_PTR lInstanceData) = 0;
346
HRESULT (WINAPI *
SetNotifyWindow
)(IMediaEventEx *This,OAHWND hwnd,__LONG32 lMsg,LONG_PTR lInstanceData);
368
#define IMediaEventEx_SetNotifyWindow(This,hwnd,lMsg,lInstanceData) (This)->lpVtbl->
SetNotifyWindow
(This,hwnd,lMsg,lInstanceData)
[
all
...]
Completed in 384 milliseconds