SMSResGen COM Automation Class

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

In Microsoft System Center Configuration Manager 2007, to create data discovery records (DDR), you use the SMSResGen COM class.

Methods

Name Description

ISMSResGen Interface

Defines the data discovery record methods.

Remarks

SMSResGen is found in SMSResGenCtl.dll. Use the ISMSResGen Interface interface to create and use DDRs.

Because the SMSResGen control is not thread safe, do not try to create more than one instance of this class.

For more information about DDRs and resource discovery, see About Using DDRs in Resource Discovery.

Important

The function DDRSendToSMS, available in previous releases of the SDK and in versions of SMSRsGen.dll/SMSResGenCtl.dll, has been deprecated and should not be used with Configuration Manager 2007.

The CLSID for SMSResGen is 19352BAD-BEE0-4193-95C4-588B6C5DBCD1.

Requirements

Runtime Requirements

smsrsgenctl.dll

smsrsgen.dll

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

Extending Resource Discovery
ISMSResGen Interface