Searched refs:ChangeCase (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtom.h333 virtual HRESULT WINAPI ChangeCase(__LONG32 Type) = 0;
395 HRESULT (WINAPI *ChangeCase)(ITextRange *This,__LONG32 Type); member in struct:ITextRangeVtbl
459 #define ITextRange_ChangeCase(This,Type) (This)->lpVtbl->ChangeCase(This,Type)
643 HRESULT (WINAPI *ChangeCase)(ITextSelection *This,__LONG32 Type); member in struct:ITextSelectionVtbl
718 #define ITextSelection_ChangeCase(This,Type) (This)->lpVtbl->ChangeCase(This,Type)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtom.h333 virtual HRESULT WINAPI ChangeCase(__LONG32 Type) = 0;
395 HRESULT (WINAPI *ChangeCase)(ITextRange *This,__LONG32 Type); member in struct:ITextRangeVtbl
459 #define ITextRange_ChangeCase(This,Type) (This)->lpVtbl->ChangeCase(This,Type)
643 HRESULT (WINAPI *ChangeCase)(ITextSelection *This,__LONG32 Type); member in struct:ITextSelectionVtbl
718 #define ITextSelection_ChangeCase(This,Type) (This)->lpVtbl->ChangeCase(This,Type)

Completed in 90 milliseconds