Retrieves an HRESULT that specifies the event status.
public:
HRESULT GetStatus(
HRESULT *phrStatus
)
phrStatus
Type: HRESULTÂ *
[out]
Receives the event status. If the operation that generated the event was successful, the value is a success code. A failure code means that an error condition triggered the event.
Type: HRESULTÂ
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
| S_OK | The method succeeded. |
Refer to Media Foundation return codes.
Header: Declared in mfobjects.h (include mfidl.h).
Library: Use mfuuid.lib.