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

Ten zasób może nie być dostępny w niektórych językach i krajach.

Usage

<requestOpen>
  child elements
</requestOpen>

Attributes

Brak atrybutów.

Child elements

Element Description
balloonUI Opcjonalny element służący do wyświetlania powiadomienia w formie dymka na komputerze klienckim.
customUI Opcjonalny element określający niestandardowy interfejs użytkownika, który ma być wyświetlany na komputerze klienckim.
messageBoxUI Opcjonalny element używany do wyświetlania pola komunikatu na komputerze klienckim.

Parent elements

Element Description
asyncPrintUIRequest Wymagany element opisujący żądanie wydane przez sterownik drukarki w celu utworzenia komunikatu na komputerze klienckim.

Examples

Poniższy przykład kodu otwiera komunikat powiadomienia o zdarzeniu.

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