Microsoft Deployment Toolkit
Documentation Library HRESULT CreateInstance(LPCTSTR type, [out] IUnknown **ppInstance) |
This method allows you to create a new instance of any component that has been registered. However, it is better to use the template function CreateInstance, because it is strongly typed.
Related Topics