OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetFrameSrc
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
htiface.h
92
virtual HRESULT WINAPI
SetFrameSrc
(LPCWSTR pszFrameSrc) = 0;
113
HRESULT (WINAPI *
SetFrameSrc
)(ITargetFrame *This,LPCWSTR pszFrameSrc);
136
#define ITargetFrame_SetFrameSrc(This,pszFrameSrc) (This)->lpVtbl->
SetFrameSrc
(This,pszFrameSrc)
htiframe.h
164
virtual HRESULT WINAPI
SetFrameSrc
(LPCWSTR pszFrameSrc) = 0;
183
HRESULT (WINAPI *
SetFrameSrc
)(ITargetFrame2 *This,LPCWSTR pszFrameSrc);
204
#define ITargetFrame2_SetFrameSrc(This,pszFrameSrc) (This)->lpVtbl->
SetFrameSrc
(This,pszFrameSrc)
Completed in 2767 milliseconds