requestOpen element

The requestOpen element is used to open an event notification message on the client computer.

The requestOpen element is defined in the asyncui namespace at this URI:

https://schemas.microsoft.com/2003/print/asyncui/v1/request

Questa risorsa potrebbe non essere disponibile in alcune lingue e paesi.

Usage

<requestOpen>
  child elements
</requestOpen>

Attributes

Non sono presenti attributi.

Child elements

Element Description
balloonUI Elemento facoltativo utilizzato per visualizzare un fumetto messaggio sul computer client.
customUI Elemento facoltativo che specifica un'interfaccia utente personalizzata da visualizzare in un computer client.
messageBoxUI Elemento facoltativo utilizzato per visualizzare una finestra di messaggio nel computer client.

Parent elements

Element Description
asyncPrintUIRequest Elemento obbligatorio che descrive una richiesta inviata dal driver della stampante per creare un messaggio in un computer client.

Examples

Nell'esempio di codice seguente viene aperto un messaggio di notifica degli eventi.

<?xml version="1.0" ?>
   <asyncPrintUIRequest
    xmlns="https://schemas.microsoft.com/2003/print/asyncui/v1/request">
    <v1>
      <requestOpen>
        <balloonUI iconID="1" resourceDll="IHV.dll">
          <title stringID="1234" resourceDll="IHV.dll" />
          <body stringID="100" resourceDll="IHV.dll">
            <parameter stringID="5" />
            <parameter stringID="1002" resourceDll="IHV.dll" />
          </body>
        </balloonUI>
      </requestOpen>
    </v1>
  </asyncPrintUIRequest>

See also

asyncPrintUIRequest

balloonUI

customUI

messageBoxUI

requestClose