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
568 B

/*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
adtutil.h
Abstract:
Misc helper functions
Author:
15-August-2000 kumarp
--*/
ULONG
LsapSafeWcslen(
UNALIGNED WCHAR *p,
LONG MaxLength
);
BOOL
LsapIsValidUnicodeString(
IN PUNICODE_STRING pUString
);
BOOL
LsapIsLocalOrNetworkService(
IN PUNICODE_STRING pUserName,
IN PUNICODE_STRING pUserDomain
);
BOOL
LsapIsAnonymous(
IN PUNICODE_STRING pUserName,
IN PUNICODE_STRING pUserDomain
);