Share via


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: IEnumUnknown

    Qualifiers: [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: ULONG

    Qualifiers: [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: struct

    Qualifiers: [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.

See Also

Concepts

IDCMSDK Interface
ICIINFO Interface
CIDetectInfo Structure