Partager via


requestClose element

The optional requestClose element is used to close an event notification message on the client computer.

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

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

Cette ressource peut ne pas être disponible dans certaines langues et certains pays.

Usage

<requestClose/>

Attributes

Il n’existe aucun attribut.

Child elements

Il n’existe aucun élément enfant.

Parent elements

Element Description
asyncPrintUIRequest Élément requis qui décrit une demande émise par le pilote d’imprimante pour créer un message sur un ordinateur client.

Examples

The following code example shows how to close an event notification after a button-click on the message box has been captured for the OK button.

<?xml version="1.0" ?>
   <asyncPrintUIResponse
    xmlns="https://schemas.microsoft.com/2003/print/asyncui/v1/response">
    <v1>
      <requestClose>
        <messageBoxUI>
          <buttonID>IDOK</buttonID>
        </messageBoxUI>
      </requestClose>
    </v1>
  </asyncPrintUIResponse>

See also

asyncPrintUIRequest

requestOpen