Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.39 KB

initterm-initterm-e.md

File metadata and controls

45 lines (33 loc) · 1.39 KB
description title ms.date api_name api_location api_type topic_type f1_keywords helpviewer_keywords ms.assetid
Learn more about: _initterm, _initterm_e
_initterm, _initterm_e
11/04/2016
_initterm_e
_initterm
msvcrt.dll
msvcr80.dll
msvcr90.dll
msvcr100.dll
msvcr100_clr0400.dll
msvcr110.dll
msvcr110_clr0400.dll
msvcr120.dll
msvcr120_clr0400.dll
ucrtbase.dll
api-ms-win-crt-runtime-l1-1-0.dll
DLLExport
apiref
_initterm_e
initterm
_initterm
initterm_e
initterm function
initterm_e function
_initterm function
_initterm_e function
85131efe-c747-429a-8897-bcdedb000172

_initterm, _initterm_e

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.

Syntax

void __cdecl _initterm(
   PVFV *,
   PVFV *
);

int __cdecl _initterm_e(
   PIFV *,
   PIFV *
);

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. Don't call these methods in a program.

When these methods walk a table of function entries, they skip NULL entries and continue.

See also

Alphabetical function reference