#include <combase.h>
Public Member Functions | |
| BOOL | IsClassID (REFCLSID rclsid) const |
| CUnknown * | CreateInstance (LPUNKNOWN pUnk, HRESULT *phr) const |
Public Attributes | |
| const WCHAR * | m_Name |
| const CLSID * | m_ClsID |
| LPFNNewCOMObject | m_lpfnNew |
| LPFNInitRoutine | m_lpfnInit |
| const AMOVIESETUP_FILTER * | m_pAMovieSetup_Filter |
Definition at line 122 of file combase.h.
| BOOL CFactoryTemplate::IsClassID | ( | REFCLSID | rclsid | ) | const [inline] |
Definition at line 136 of file combase.h.
References CheckPointer, and NULL.
Referenced by CClassFactory::CreateInstance().
| const WCHAR* CFactoryTemplate::m_Name |
Definition at line 126 of file combase.h.
Referenced by AMovieDllRegisterServer(), AMovieDllRegisterServer2(), and RegisterAllServers().
| const CLSID* CFactoryTemplate::m_ClsID |
Definition at line 127 of file combase.h.
Referenced by AMovieDllRegisterServer(), AMovieDllUnregisterServer(), DllInitClasses(), and RegisterAllServers().
Definition at line 128 of file combase.h.
Referenced by AMovieDllRegisterServer(), and AMovieDllUnregisterServer().
1.5.6