Share via


IESOpenMmiEvent::GetDialogType method (tuner.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The GetDialogType method gets the GUID representing the experience type of the dialog that is being opened.

Syntax

HRESULT GetDialogType(
  [out, retval] GUID *guidDialogType
);

Parameters

[out, retval] guidDialogType

Gets the GUID identifying the experience type of the dialog. If the application does not recognize the experience type, it should set the event as complete by returning an ERROR_ INVALID_TYPE result.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

   
Minimum supported client Windows�7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header tuner.h

See also

IESOpenMmiEvent