00001 #pragma once 00002 #ifndef __IOGGMUXPROGRESS__ 00003 #define __IOGGMUXPROGRESS__ 00004 00005 #ifdef __cplusplus 00006 extern "C" { 00007 #endif 00008 00009 00010 00011 DECLARE_INTERFACE_(IOggMuxProgress, IUnknown) { 00012 00013 virtual STDMETHODIMP_(LONGLONG) getProgressTime() PURE; 00014 virtual STDMETHODIMP_(LONGLONG) getBytesWritten() PURE; 00015 00016 00017 }; 00018 00019 #ifdef __cplusplus 00020 } 00021 #endif 00022 00023 #endif