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

/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
CmpRegUtil.h
Abstract:
This header contains private information for implementing various utility
routines for accessing the registry. This file is meant to be included only
by cmregutil.c.
Author:
Adrian J. Oney - April 21, 2002
Revision History:
--*/
NTSTATUS
CmpRegUtilAllocateUnicodeString(
IN OUT PUNICODE_STRING String,
IN USHORT Length
);
VOID
CmpRegUtilFreeAllocatedUnicodeString(
IN PUNICODE_STRING String
);