Share via


ICCMEvent::RawEvent Property

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

ICcmEvent::RawEvent is a read-only property, in Configuration Manager, that indicates information to add to a raw event.

[C++]
HRESULT ICcmEvent::RawEvent([out, retval] IUnknown** ppWmiEvent);

Parameters

  • ppWmiEvent
    Data type: IUnknown

    Qualifiers: [out, retval]

    Pointer to a pointer to the IUnknown interface of the internal Windows Management Instrumentation (WMI) event.

Return Values

The property returns an HRESULT code. Possible values include, but are not limited to, the following:

  • S_OK
    The method succeeded.

Remarks

Use of this property permits information that cannot be added through the ICCMEvent::SetProperty Method method to be added to custom events.

This property is recommended only for advanced users who need to add information to custom events that cannot be accomplished through the ICCMEvent::SetProperty Method method. It is not supported in VBScript.

Requirements

Smscore.dll.

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

SMSEvent Class