Leaked source code of windows server 2003
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.

49 lines
1.0 KiB

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