Parent Directory
|
Revision Log
add COM interface for tivodecode on windows. Right now, it will allow access to file metadata only, as well as allowing getting and setting the MAK which TivoDesktop stores in the registry
1 | #pragma once |
2 | |
3 | template <class T> |
4 | class CProxy_DTivoDecodeEvents : public IConnectionPointImpl<T, &__uuidof( DTivoDecodeEvents ), CComDynamicUnkArray> |
5 | { |
6 | //Warning this class will be regenerated by the wizard. |
7 | public: |
8 | }; |
cvs@jdrake.com | ViewVC Help |
Powered by ViewVC 1.1.13 |