windows-nt/Source/XPSP1/NT/base/wdmlib/wdmsec/cm/cmpregutil.h

34 lines
562 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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
);