Adic Server Manuel d'utilisateur Page 126

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 218
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 125
4-84 DAS ACI Functions
601626-B
aci_list
The aci_list function lists outstanding requests for a client. See
Figure 4-75.
Figure 4-75 aci_list Function Call
List outstanding requests belonging to the client clientname.
Return the requests in the request_list array of
aci_req_entry request_list structures. The structure’s
request types are defined in the header file "aci_das.h".
See Figure 4-76.
For additional information, refer to aci_cancel on page 4-7.
Figure 4-76 Example of the Returned Structure
Refer to Table 4-30 for a description of the parameters for the
aci_list function call.
#include "aci.h"
int aci_list( char *clientname,
struct aci_req_entry
*request_list[ACI_MAX_REQ_ENTRIES])
struct aci_req_entry {
u_long request_no;
u_long individ_no;
char clientname[ACI_NAME_LEN];
char req_type[ACI_REQTYPE_LEN + 1];
};
Vue de la page 125
1 2 ... 121 122 123 124 125 126 127 128 129 130 131 ... 217 218

Commentaires sur ces manuels

Pas de commentaire