Microsoft Deployment Toolkit
Documentation Library HRESULT GetService(REFIID iid, [out] IUnknown **ppInstance) |
This method allows you to retrieve a service that has been registered. However, it is better to call the GetService template function, which is strongly typed (instead of using IUnknown).
Related Topics