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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtom.h814 virtual HRESULT WINAPI GetUnderline(__LONG32 *pValue) = 0;
880 HRESULT (WINAPI *GetUnderline)(ITextFont *This,__LONG32 *pValue); member in struct:ITextFontVtbl
948 #define ITextFont_GetUnderline(This,pValue) (This)->lpVtbl->GetUnderline(This,pValue)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtom.h814 virtual HRESULT WINAPI GetUnderline(__LONG32 *pValue) = 0;
880 HRESULT (WINAPI *GetUnderline)(ITextFont *This,__LONG32 *pValue); member in struct:ITextFontVtbl
948 #define ITextFont_GetUnderline(This,pValue) (This)->lpVtbl->GetUnderline(This,pValue)

Completed in 111 milliseconds