Microsoft SDK for Java

getDialog

The getDialog method of the Win32SystemResourceDecoder Class contains the following signatures:

getDialog(int dlgId)
getDialog(String dlgname)

getDialog(int dlgId)

Retrieves a UIDialog object with the specified dialog identifier from native resources.

Syntax

public UIDialog getDialog(int dlgId);

Return Value

Returns a com.ms.ui.UIDialog object, or null if one could not be created.

Parameters

dlgId The dialog identifier.

getDialog(String dlgname)

Retrieves a com.ms.ui.UIDialog object with the specified name from native resources.

Syntax

public UIDialog getDialog(String dlgname);

Return Value

Returns a com.ms.ui.UIDialog object, or null if one could not be created.

Parameters

dlgname The dialog name.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.