Condividi tramite


elemento asyncPrintUIRequest

L'elemento asyncPrintUIRequest richiesto descrive una richiesta inviata dal driver della stampante per creare un messaggio in un computer client.

L'elemento asyncPrintUIRequest è definito nello spazio dei nomi asyncui in questo URI:

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

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

Utilizzo

<asyncPrintUIRequest>
  child elements
</asyncPrintUIRequest>

Attributi

Non ci sono attributi.

Elementi figlio

Elemento Descrizione
requestClose Elemento facoltativo utilizzato per chiudere un messaggio di notifica degli eventi nel computer client.
requestOpen Elemento utilizzato per aprire un messaggio di notifica degli eventi nel computer client.

Elementi padre

Non ci sono elementi padre.

Esempio

Nell'esempio di codice seguente viene illustrato come usare l'elemento asyncPrintUIRequest .

<?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>

Vedi anche

requestClose

requestOpen