The ICPAppletMgr::GetClientComponents method, in Configuration Manager, gets an IClientComponents Client COM Automation Interface object that contains all the components on the client and their states (installed, enabled, or disabled).

HRESULT GetClientComponents(
	IClientComponents** ppClientComponents
);

Parameters

ppClientComponents


Data type: IClientComponentsQualifiers: [out, retval]Pointer to an IClientComponents Client COM Automation Interface object that contains all of the components on the client and their states (installed, enabled, or disabled).

Return Value

An HRESULT code. Possible values include, but are not limited to, the following:

S_OK


The method succeeded.

Examples

The following example shows how to use the GetClientComponents method to retrieve an IClientComponents Client COM Automation Interface object.

Requirements

CPApplet.DLL

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.