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.
shaswata56
7b07a90fc1
|
4 years ago | |
---|---|---|
.. | ||
iis60 | 4 years ago | |
baseobj.cxx | 4 years ago | |
cbin.cxx | 4 years ago | |
cofact.cxx | 4 years ago | |
comobj.cxx | 4 years ago | |
connect.cxx | 4 years ago | |
dirs | 4 years ago | |
gbuf.cxx | 4 years ago | |
globals.cxx | 4 years ago | |
handle.cxx | 4 years ago | |
importer.cpp | 4 years ago | |
listener.cpp | 4 years ago | |
listenercontroller.cpp | 4 years ago | |
metabase.cxx | 4 years ago | |
metabase.rc | 4 years ago | |
metadata.def | 4 years ago | |
metasub.cxx | 4 years ago | |
ptrmap.cxx | 4 years ago | |
readme.txt | 4 years ago | |
readschema.cpp | 4 years ago | |
saveschema.cpp | 4 years ago | |
security.cxx | 4 years ago | |
sink.cxx | 4 years ago | |
sources.inc | 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.