Home | History | Annotate | Download | only in include

Lines Matching refs:InitNew

10847     virtual HRESULT WINAPI InitNew(void) = 0;
10858 HRESULT (WINAPI *InitNew)(IPersistMediaPropertyBag *This);
10871 #define IPersistMediaPropertyBag_InitNew(This) (This)->lpVtbl->InitNew(This)