div
eof
Expand Minimize
This topic has not yet been rated - Rate this topic

_initterm, _initterm_e

Internal methods that walk a table of function pointers and initialize them.

void __cdecl _initterm(
   PVFV *,
   PVFV *
);

int __cdecl _initterm_e(
   PVFV *,
   PVFV *
);
[in] first pointer

The starting location.

[in] second pointer

The ending location.

A non-zero error code if an initialization fails and throws an error; 0 if no error occurs.

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.