Searched defs:get_hasLayout (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dmshtmlc.h8149 virtual HRESULT WINAPI get_hasLayout(VARIANT_BOOL *p) = 0;
8178 HRESULT (WINAPI *get_hasLayout)(IHTMLCurrentStyle2 *This,VARIANT_BOOL *p); member in struct:IHTMLCurrentStyle2Vtbl
8209 #define IHTMLCurrentStyle2_get_hasLayout(This,p) (This)->lpVtbl->get_hasLayout(This,p)
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dmshtmlc.h8149 virtual HRESULT WINAPI get_hasLayout(VARIANT_BOOL *p) = 0;
8178 HRESULT (WINAPI *get_hasLayout)(IHTMLCurrentStyle2 *This,VARIANT_BOOL *p); member in struct:IHTMLCurrentStyle2Vtbl
8209 #define IHTMLCurrentStyle2_get_hasLayout(This,p) (This)->lpVtbl->get_hasLayout(This,p)
[all...]

Completed in 246 milliseconds