Retrieves the extended type of the event.
public:
HRESULT GetExtendedType(
GUID *pguidExtendedType
)
pguidExtendedType
Type: GUIDÂ *
[out]
Receives a GUID that identifies the extended type.
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.
To define a custom event, create a new extended-type GUID and send an MEExtendedType event with that GUID.
Some standard Media Foundation events also use the extended type to differentiate between types of event data.
Header: Declared in mfobjects.h (include mfidl.h).
Library: Use mfuuid.lib.