The ITSProgram::GetMemberPrograms method, in Configuration Manager 2007, gets all software packages or programs that are referred by the task sequence that this instance represents. The task sequence will install all these programs when it runs.

[IDL]
HRESULT GetMemberPrograms(
	 IPrograms**  ppPrograms
);

Parameters

ppPrograms


Data type: IProgramsQualifiers: [out, retval]Pointer to a Programs Class object implementing the IPrograms interface.

Return Values

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

S_OK


The method succeeded.

Requirements

UIResource.dll.

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.