2025-04-27 07:49:33 -04:00

50 lines
1.0 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
readme.txt
Abstract:
Readme for metadata.dll source files.
Author:
Michael W. Thomas 22-Jul-96
Revision History:
--*/
metadata.h: Include file for dll and clients. Includes api declarations and defines.
metabase.cxx, metabase.hxx: The api.
metasub.cxx, metasub.hxx: Worker routines for the api. Much of the work gets done here.
globals.hxx, globals.cxx: Global variables.
gbuf.cxx, gbuf.hxx: Buffer routines.
handle.hxx: Meta handle class.
baseobj.cxx, baseobj.hxx: Meta object class. This is the heart of the matter.
basedata.hxx: Parent data class.
strdata.hxx, bindata.hxx, dwdata.hxx: Data classes derived from basedata.hxx.
cbin.cxx, cbin.hxx: binary buffer class, stolen from string.* and pared back for binary data.
pudebug.c: Debugging routines, stolen code.
resources.cxx: Locking and unlocking routines, stolen code.
mdmsg.mc: Messages.
metabase.rc: Resources.
metadata.def: Def file.