Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Internal methods that walk a table of function pointers and initialize them.
The first pointer is the starting location in the table and the second pointer is the ending location.
void __cdecl _initterm(
PVFV *,
PVFV *
);
int __cdecl _initterm_e(
PVFV *,
PVFV *
);
Return Value
A non-zero error code if an initialization fails and throws an error; 0 if no error occurs.
Remarks
These methods are only called internally during the initialization of a C++ program. Do not call these methods in a program.
When these methods walk a table of function entries, they skip NULL entries and continue.