Home | History | Annotate | Download | only in include

Lines Matching defs:Export

1332     virtual HRESULT WINAPI Export(VARIANT varStorage) = 0;
1357 HRESULT (WINAPI *Export)(IRTCClientPresence *This,VARIANT varStorage);
1384 #define IRTCClientPresence_Export(This,varStorage) (This)->lpVtbl->Export(This,varStorage)
1470 HRESULT (WINAPI *Export)(IRTCClientPresence2 *This,VARIANT varStorage);
1512 #define IRTCClientPresence2_Export(This,varStorage) (This)->lpVtbl->Export(This,varStorage)