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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 424
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 220
2-53
DSOM Framework Reference
free Method
Purpose
Frees a specified NVList.
IDL Syntax
ORBStatus free ( );
Description
The free method frees an NVList object and any associated memory. It makes an implicit
call to the free_memory method.
Parameters
receiver A pointer to the NVList object to be freed.
env A pointer to the Environment structure for the method caller.
Return Value
The method returns an ORBStatus value representing the return code from the operation.
Example
#include <somd.h>
Environment ev;
long nargs;
NVList arglist;
ORBStatus rc;
...
rc = _create_list(SOMD_ORBObject, &ev, nargs, &arglist);
...
rc= _free(arglist,&ev);
Original Class
NVList
Related Information
Methods: free_memory
Functions: ORBfree
Przeglądanie stron 220
1 2 ... 216 217 218 219 220 221 222 223 224 225 226 ... 423 424

Komentarze do niniejszej Instrukcji

Brak uwag