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.

33 lines
595 B

  1. /*++
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. CmpRegUtil.h
  5. Abstract:
  6. This header contains private information for implementing various utility
  7. routines for accessing the registry. This file is meant to be included only
  8. by cmregutil.c.
  9. Author:
  10. Adrian J. Oney - April 21, 2002
  11. Revision History:
  12. --*/
  13. NTSTATUS
  14. CmpRegUtilAllocateUnicodeString(
  15. IN OUT PUNICODE_STRING String,
  16. IN USHORT Length
  17. );
  18. VOID
  19. CmpRegUtilFreeAllocatedUnicodeString(
  20. IN PUNICODE_STRING String
  21. );