Bull DPX/20 Podręcznik Użytkownika Strona 228

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 424
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 227
2-60
SOMobjects Base Toolkit: Programmers Reference Manual
Example
#include <somd.h>
Environment ev;
long i, nArgs;
ORBStatus rc;
Identifier name;
TypeCode typeCode;
void *value;
long len;
Flags flags;
NVList argList;
...
/* get number of args */
rc = _get_count(argList, ev, &nArgs);
for (i = 0; i < nArgs; i++) {
/* change item description */
rc = _set_item(argList,
&ev,
i,
name,
typeCode,
value,
len,
flags);
...
}
Original Class
NVList
Related Information
Methods: add_item, get_item, create_list
Przeglądanie stron 227
1 2 ... 223 224 225 226 227 228 229 230 231 232 233 ... 423 424

Komentarze do niniejszej Instrukcji

Brak uwag