Files
2025-09-18 17:55:52 -04:00

9 lines
218 B
C++

#pragma once
template <class T>
class CProxy_ILauncherEvents : public IConnectionPointImpl<T, &__uuidof( _ILauncherEvents ), CComDynamicUnkArray>
{
//Warning this class will be regenerated by the wizard.
public:
};