Home | History | Annotate | Download | only in include

Lines Matching refs:Freeze

169     virtual HRESULT WINAPI Freeze(__LONG32 *pCount) = 0;
199 HRESULT (WINAPI *Freeze)(ITextDocument *This,__LONG32 *pCount);
231 #define ITextDocument_Freeze(This,pCount) (This)->lpVtbl->Freeze(This,pCount)
1437 HRESULT (WINAPI *Freeze)(ITextDocument2 *This,__LONG32 *pCount);
1489 #define ITextDocument2_Freeze(This,pCount) (This)->lpVtbl->Freeze(This,pCount)