共用方式為


asyncPrintUIRequest 元素

必要的 asyncPrintUIRequest 元素描述印表機驅動程式發出的要求,以在用戶端電腦上建立訊息。

asyncPrintUIRequest 元素定義在此 URI 的 asyncui 命名空間中:

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

某些語言和國家/地區可能無法使用此資源。

使用方式

<asyncPrintUIRequest>
  child elements
</asyncPrintUIRequest>

屬性

沒有屬性。

子元素

元素 Description
requestClose 選擇性專案,用來關閉用戶端電腦上的事件通知訊息。
requestOpen 用來在用戶端電腦上開啟事件通知訊息的專案。

父元素

沒有父元素。

範例

下列程式代碼範例示範如何使用 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>

另請參閱

requestClose

requestOpen