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

일부 언어 및 국가에서는 이 리소스를 사용할 수 없습니다.

Usage

<requestOpen>
  child elements
</requestOpen>

Attributes

특성이 없습니다.

Child elements

Element Description
balloonUI 클라이언트 컴퓨터에 메시지 풍선을 표시하는 데 사용되는 선택적 요소입니다.
customUI 클라이언트 컴퓨터에 표시할 사용자 지정 사용자 인터페이스를 지정하는 선택적 요소입니다.
messageBoxUI 클라이언트 컴퓨터에 메시지 상자를 표시하는 데 사용되는 선택적 요소입니다.

Parent elements

Element Description
asyncPrintUIRequest 클라이언트 컴퓨터에서 메시지를 만들기 위해 프린터 드라이버에서 발급한 요청을 설명하는 필수 요소입니다.

Examples

다음 코드 예제에서는 이벤트 알림 메시지를 엽니다.

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