IESOpenMmiEvent::GetDialogStringData Method

[This documentation is preliminary and is subject to change.]
The GetDialogStringData method gets the data associated with an OpenMMI event, in Unicode string format. This data can be the contents of the dialog that is opened or the Uniform Resource Locator (URL) that contains the dialog.

Syntax

HRESULT GetDialogStringData(
  [out]          BSTR *pbstrBaseUrl,
  [out, retval]  BSTR *pbstrData
);

Parameters

  • pbstrBaseUrl [out]
    Pointer to the URL containing the dialog. This method allocates memory for the URL string by calling SysAllocString and returns a pointer to the string in this parameter. The caller is responsible for freeing the memory by calling SysFreeString.

  • pbstrData [out]
    Pointer to the string containing the dialog contents. This method allocates memory for the string by calling SysAllocString and returns a pointer to the string in this parameter. The caller is responsible for freeing the memory by calling SysFreeString.

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

Send comments about this topic to Microsoft

Build date: 12/4/2008