Bull DPX/20 Instrukcja Użytkownika Strona 16

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 61
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 15
2-4
SOMobjects Base Toolkit Quick Reference Guide
unsigned long somUniqueKey (somID id);
Returns the unique key associated with a SOM ID.
long somVprintf (
string fmt,
va_list ap);
Prints a formatted string in the manner of the C vprintf function.
somToken (*SOMCalloc) (
size_t num,
size_t size);
Allocates sufficient zeroed memory for an array of objects of a specified size. Replaceable.
string (*SOMClassInitFuncName) ( );
Returns the name of the function used to initialize classes in a DLL. Replaceable.
int (*SOMDeleteModule) (
somToken modHandle);
Unloads a dynamically linked library (DLL).
Replaceable.
void (*SOMError) (
int errorCode,
string fileName,
int lineNum);
Handles an error condition. Replaceable.
void (*SOMFree) (somToken memPtr);
Frees the specified block of memory. Replaceable.
SOMEXTERN void SOMLINK SOMInitModule (
long majorVersion,
long minorVersion,
string className);
Invokes the class creation routines for the classes contained in an OS/2 or Windows class library (DLL).
int (*SOMLoadModule) (
string className,
string fileName,
string functionName,
long majorVersion,
long minorVersion,
somToken *modHandle);
Loads the dynamically linked library (DLL) containing a SOM class. Replaceable.
somToken (*SOMMalloc) (size_t size);
Allocates the specified amount of memory.
Replaceable.
int (*SOMOutCharRoutine) (char c);
Prints a character. Replaceable.
somToken (*SOMRealloc) (
somToken ptr,
size_t size);
Changes the size of a previously allocated region of memory. Replaceable.
Przeglądanie stron 15
1 2 ... 11 12 13 14 15 16 17 18 19 20 21 ... 60 61

Komentarze do niniejszej Instrukcji

Brak uwag