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.

23 lines
602 B

  1. //+-----------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (c) Microsoft Corporation 1991 - 1997
  6. //
  7. // File: memmgr.h
  8. //
  9. // Contents: Memory Manager code for KSecDD
  10. //
  11. //
  12. // History: 23 Feb 93 RichardW Created
  13. // 15 Dec 97 AdamBa Modified from private\lsa\client\ssp
  14. //
  15. //------------------------------------------------------------------------
  16. #ifndef __MEMMGR_H__
  17. #define __MEMMGR_H__
  18. PKernelContext AllocContextRec(void);
  19. void FreeContextRec(PKernelContext);
  20. #endif