Microsoft Deployment Toolkit
Documentation Library HRESULT CreateInstance(LPCTSTR type, IUnknown **ppInstance) |
This method creates a new instance of a component, given its type. Use the CreateInstance template method instead, which allows type-safe object creation.
Related Topics