PDSInfo

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Description

Gets information about the PDS.

Syntax

  <Request>
     <PDSInfo/>
  </Request>

Parameters

None.

Return Value

If successful, the PDS returns standard version information on itself, and a successful HRESULT and STATUS.

  <Reply>
     <HRESULT></HRESULT>
     <STATUS></STATUS>
     <UserName></UserName>
     <PDSInfo>
        <ExeName></ExeName>
        <CompanyName </CompanyName>
        <FileDescription></FileDescription>
        <Comments/>
        <ProductName></ProductName>
        <Title></Title>
        <LegalCopyright></LegalCopyright>
        <LegalTrademarks/>
        <Major></Major>
        <Minor></Minor>
        <Revision></Revision>
     </PDSInfo>
  </Reply>

Remarks

The PDS returns standard version information on itself.