Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
iis51 Add source files 4 years ago
iis60 Add source files 4 years ago
baseobj.cxx Add source files 4 years ago
cbin.cxx Add source files 4 years ago
cofact.cxx Add source files 4 years ago
comobj.cxx Add source files 4 years ago
connect.cxx Add source files 4 years ago
dirs Add source files 4 years ago
gbuf.cxx Add source files 4 years ago
globals.cxx Add source files 4 years ago
handle.cxx Add source files 4 years ago
importer.cpp Add source files 4 years ago
listener.cpp Add source files 4 years ago
listenercontroller.cpp Add source files 4 years ago
loadmd.cxx Add source files 4 years ago
locationwriter.cpp Add source files 4 years ago
mbcollectionwriter.cpp Add source files 4 years ago
mbpropertywriter.cpp Add source files 4 years ago
mbschemawriter.cpp Add source files 4 years ago
memalloc.cxx Add source files 4 years ago
metabase.cxx Add source files 4 years ago
metabase.rc Add source files 4 years ago
metadata.def Add source files 4 years ago
metasub.cxx Add source files 4 years ago
ptrmap.cxx Add source files 4 years ago
readme.txt Add source files 4 years ago
readschema.cpp Add source files 4 years ago
registry.cxx Add source files 4 years ago
saveschema.cpp Add source files 4 years ago
security.cxx Add source files 4 years ago
sink.cxx Add source files 4 years ago
sources.inc Add source files 4 years ago
writer.cpp Add source files 4 years ago
writerglobalhelper.cpp Add source files 4 years ago
writerglobals.cpp Add source files 4 years ago

readme.txt

/*++

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.