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.

29 lines
627 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. memdbex.c
  5. Abstract:
  6. Extensions to use the memdb tree like a relational database
  7. Author:
  8. Jim Schmidt (jimschm) 2-Dec-1996
  9. Revision History:
  10. mvander 13-Aug-1999 many changes
  11. jimschm 23-Sep-1998 Expanded user flags to 24 bits (from
  12. 12 bits), removed AnsiFromUnicode
  13. jimschm 21-Oct-1997 Cleaned up a little
  14. marcw 09-Apr-1997 Added MemDbGetOffset* functions.
  15. jimschm 17-Jan-1997 All string params can be NULL now
  16. jimschm 18-Dec-1996 Added GetEndpointValue functions
  17. --*/