Home | History | Annotate | Download | only in include

Lines Matching refs:IsDirty

395     virtual HRESULT WINAPI IsDirty(void) = 0;
408 HRESULT (WINAPI *IsDirty)(IPersistMoniker *This);
423 #define IPersistMoniker_IsDirty(This) (This)->lpVtbl->IsDirty(This)