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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtom.h164 virtual HRESULT WINAPI GetDefaultTabStop(float *pValue) = 0;
194 HRESULT (WINAPI *GetDefaultTabStop)(ITextDocument *This,float *pValue); member in struct:ITextDocumentVtbl
226 #define ITextDocument_GetDefaultTabStop(This,pValue) (This)->lpVtbl->GetDefaultTabStop(This,pValue)
1432 HRESULT (WINAPI *GetDefaultTabStop)(ITextDocument2 *This,float *pValue); member in struct:ITextDocument2Vtbl
1484 #define ITextDocument2_GetDefaultTabStop(This,pValue) (This)->lpVtbl->GetDefaultTabStop(This,pValue)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtom.h164 virtual HRESULT WINAPI GetDefaultTabStop(float *pValue) = 0;
194 HRESULT (WINAPI *GetDefaultTabStop)(ITextDocument *This,float *pValue); member in struct:ITextDocumentVtbl
226 #define ITextDocument_GetDefaultTabStop(This,pValue) (This)->lpVtbl->GetDefaultTabStop(This,pValue)
1432 HRESULT (WINAPI *GetDefaultTabStop)(ITextDocument2 *This,float *pValue); member in struct:ITextDocument2Vtbl
1484 #define ITextDocument2_GetDefaultTabStop(This,pValue) (This)->lpVtbl->GetDefaultTabStop(This,pValue)

Completed in 65 milliseconds