IESOpenMmiEvent::GetDialogNumber Method

[This documentation is preliminary and is subject to change.]
The GetDialogNumber method returns the dialog number generated by the sending device. The dialog number identifies the dialog to the receiver while the receiver is processing the OpenMMI event.

Syntax

HRESULT GetDialogNumber(
  [out]          DWORD *pDialogRequest,
  [out, retval]  DWORD *pDialogNumber
);

Parameters

  • pDialogRequest [out]
    Pointer to the value of the dialog request from the operation that generated the OpenMMI request, for example, a call to IBDA::CheckEntitlementToken.

  • pDialogNumber [out]
    Gets the number generated by the device that is opening the dialog, which identifies the dialog.

Return Value

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

Requirements

Client Requires Windows 7.
IDL Declared in Tuner.idl.

See Also

IESOpenMmiEvent
CheckEntitlementToken

Send comments about this topic to Microsoft

Build date: 12/4/2008