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: IUnknownQualifiers: [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
Send comments about this topic to Microsoft.