windows-nt/Source/XPSP1/NT/ds/security/base/lsa/server/lsastr.h

41 lines
490 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _LSASTR_H
#define _LSASTR_H
/*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
lsastr.h
Abstract:
Common string operations.
Author:
24-March-1999 kumarp
--*/
#ifdef __cplusplus
extern "C" {
#endif
VOID
LsapTruncateUnicodeString(
IN OUT PUNICODE_STRING String,
IN USHORT TruncateToNumChars);
BOOLEAN
LsapRemoveTrailingDot(
IN OUT PUNICODE_STRING String,
IN BOOLEAN AdjustLengthOnly);
#ifdef __cplusplus
}
#endif
#endif // _LSASTR_H