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.
 
 
 
 
 
 

42 lines
684 B

/*++
Copyright (c) 2001 Microsoft Corporation
Module Name:
adtutil.h - Security Auditing - Utility Routines
Abstract:
This Module contains miscellaneous utility routines private to the
Security Auditing Component.
Author:
11-April-2001 kumarp created
Environment:
Kernel Mode
Revision History:
--*/
NTSTATUS
SepRegQueryDwordValue(
IN PCWSTR KeyName,
IN PCWSTR ValueName,
OUT PULONG Value
);
NTSTATUS
SepRegQueryHelper(
IN PCWSTR KeyName,
IN PCWSTR ValueName,
IN ULONG ValueType,
IN ULONG ValueLength,
OUT PVOID ValueBuffer,
OUT PULONG LengthRequired
);