Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
ICcmEvent::RawEvent is a read-only property in Configuration Manager that indicates information to add to a raw event.
Syntax
[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 aren't limited to, the following one:
S_OK The method succeeded.
Remarks
Use of this property permits information that can't be added through the 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 can't be accomplished through the SetProperty method method. It isn't 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.