OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnAmbientPropertyChange
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocidl.h
639
virtual HRESULT WINAPI
OnAmbientPropertyChange
(DISPID dispID) = 0;
650
HRESULT (WINAPI *
OnAmbientPropertyChange
)(IOleControl *This,DISPID dispID);
663
#define IOleControl_OnAmbientPropertyChange(This,dispID) (This)->lpVtbl->
OnAmbientPropertyChange
(This,dispID)
[
all
...]
mshtmlc.h
[
all
...]
Completed in 2931 milliseconds