Microsoft Deployment Toolkit
Documentation Library HRESULT RegisterService(REFGUID iid, IUnknown *pService) |
Services are single instances of a component that can be used in multiple places. You can use this method to register a service on one page, and then retrieve that same instance from another page.
Related Topics