Home | History | Annotate | Download | only in include

Lines Matching defs:Export

1157     virtual HRESULT WINAPI Export(void) = 0;
1181 HRESULT (WINAPI *Export)(IShellFavoritesNameSpace *This);
1207 #define IShellFavoritesNameSpace_Export(This) (This)->lpVtbl->Export(This)
1288 HRESULT (WINAPI *Export)(IShellNameSpace *This);
1335 #define IShellNameSpace_Export(This) (This)->lpVtbl->Export(This)