Adic Server Uživatelský manuál Strana 126

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 218
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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];
};
Zobrazit stránku 125
1 2 ... 121 122 123 124 125 126 127 128 129 130 131 ... 217 218

Komentáře k této Příručce

Žádné komentáře