<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.mqseries.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'mqseries.constants.php',
    1 => 'Vordefinierte Konstanten',
    2 => 'Vordefinierte Konstanten',
  ),
  'up' => 
  array (
    0 => 'book.mqseries.php',
    1 => 'mqseries',
  ),
  'prev' => 
  array (
    0 => 'mqseries.resources.php',
    1 => 'Ressource-Typen',
  ),
  'next' => 
  array (
    0 => 'ref.mqseries.php',
    1 => 'mqseries Funktionen',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mqseries/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mqseries.constants" class="appendix">
 <h1 class="title">Vordefinierte Konstanten</h1>

 <p class="simpara">
  For each WebSphere MQ Constant there is a mqseries counterpart.
 </p>
 <p class="simpara">For definitions and usage see the WebSphere MQ Application Programming Guide and WebSphere MQ
  Application Programming Reference red books.
 </p>
 <p class="simpara">The name of the mqseries counterpart is made by appending the WebSphere MQ constant with MQSERIES_,
  for example the CompletionCode constants are:
 </p>
 <table class="doctable table">
  <caption><strong>mqseries constants</strong></caption>
  
   <thead>
    <tr>
     <th>PHP Constant</th>
     <th>MQ Constant</th>
    </tr>

   </thead>

   <tbody class="tbody">
    <tr id="constant.mqseries-mqcc-ok">
     <td><strong><code><a href="mqseries.constants.php#constant.mqseries-mqcc-ok">MQSERIES_MQCC_OK</a></code></strong></td>
     <td>MQCC_OK</td>
    </tr>

    <tr id="constant.mqseries-mqcc-warning">
     <td><strong><code><a href="mqseries.constants.php#constant.mqseries-mqcc-warning">MQSERIES_MQCC_WARNING</a></code></strong></td>
     <td>MQCC_WARNING</td>
    </tr>

    <tr id="constant.mqseries-mqcc-failed">
     <td><strong><code><a href="mqseries.constants.php#constant.mqseries-mqcc-failed">MQSERIES_MQCC_FAILED</a></code></strong></td>
     <td>MQCC_FAILED</td>
    </tr>

    <tr id="constant.mqseries-mqcc-unknown">
     <td><strong><code><a href="mqseries.constants.php#constant.mqseries-mqcc-unknown">MQSERIES_MQCC_UNKNOWN</a></code></strong></td>
     <td>MQCC_UNKNOWN</td>
    </tr>

   </tbody>
  
 </table>


</div>
<?php manual_footer($setup); ?>