mirror of https://github.com/tongzx/nt5src
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.
32 lines
444 B
32 lines
444 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
|
|
);
|
|
|