IDCMSDK::GetAssignedBaselines Method
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The IDCMSDK::GetAssignedBaselines method, in Configuration Manager, enumerates assigned baseline configuration items.
[IDL]
HRESULT GetAssignedBaselines(
IEnumUnknown** ppEnum,
ULONG* pulNumCIs,
struct CIDetectInfo** ppInfo
);
Parameters
ppEnum
Data type: IEnumUnknownQualifiers: [out]
Pointer to a pointer to an enumeration object containing an ICIINFO Interface for each baseline configuration item currently assigned and downloaded to the client.
pulNumCIs
Data type: ULONGQualifiers: [out]
Pointer to the number of baseline configuration items. On successful return from the method, this parameter also indicates the number of other configuration items currently assigned to the client.
ppInfo
Data type: structQualifiers: [out, size_is(,*pulNumCIs)]
Pointer to a pointer to a CIDetectInfo Structure containing information for each baseline configuration item that is assigned but not downloaded.
Return Values
An HRESULT code. Possible values include, but are not limited to, the following:
- S_OK
The method succeeded. All other values indicate failure.
Requirements
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.