Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 945 Bytes

structure-of-a-library.md

File metadata and controls

24 lines (22 loc) · 945 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Structure of a Library | Microsoft Docs
11/04/2016
cpp-tools
article
C++
libraries, structure
a5fda8e8-4a1b-4499-9095-0df935262ce4
7
corob-msft
corob
ghogen

Structure of a Library

A library contains COFF objects. Objects in a library contain functions and data that can be referenced externally by other objects in a program. An object in a library is sometimes referred to as a library member.

You can get additional information about the contents of a library by running the DUMPBIN tool with the /LINKERMEMBER option. For more information about this option, see DUMPBIN Reference.

See Also

Overview of LIB