Interface nsIDialogParamBlockType

An interface to pass strings, integers and nsISupports to a dialog

Hierarchy

Properties

objects: nsIMutableArray

A place where you can store an nsIMutableArray to pass nsISupports

Methods

  • Increases the reference count for this interface. The associated instance will not be deleted unless the reference count is returned to zero.

    Returns

    The resulting reference count.

    Returns number

  • Get or set an integer to pass. Index must be in the range 0..7

    Parameters

    • inIndex: int32_t

    Returns int32_t

  • Get or set an string to pass. Index starts at 0

    Parameters

    • inIndex: int32_t

    Returns wstring

  • Parameters

    • aIID: object
    • Optional aInstancePtr: object

    Returns any

  • A run time mechanism for interface discovery.

    Returns

    NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.

    aInstancePtr must not be null.

    Parameters

    • aIID: object

      [in] A requested interface IID

    • aInstancePtr: object

      [out] A pointer to an interface pointer to receive the result.

    Returns void

  • Decreases the reference count for this interface. Generally, if the reference count returns to zero, the associated instance is deleted.

    Returns

    The resulting reference count.

    Returns number

  • Parameters

    • inIndex: int32_t
    • inInt: int32_t

    Returns void

  • Set the maximum number of strings to pass. Default is 16. Use before setting any string (If you want to change it from the default).

    Parameters

    • inNumStrings: int32_t

    Returns void

  • Parameters

    • inIndex: int32_t
    • inString: wstring

    Returns void

Generated using TypeDoc