LSA_OBJECT_ATTRIBUTES 구조체(lsalookup.h)
LSA_OBJECT_ATTRIBUTES 구조체는 LsaOpenPolicy 함수와 함께 사용하여 Policy 개체에 대한 연결의 특성을 지정합니다.
LsaOpenPolicy를 호출할 때 함수가 정보를 사용하지 않으므로 이 구조체의 멤버를 NULL 또는 0으로 초기화합니다.
구문
typedef struct _LSA_OBJECT_ATTRIBUTES {
ULONG Length;
HANDLE RootDirectory;
PLSA_UNICODE_STRING ObjectName;
ULONG Attributes;
PVOID SecurityDescriptor;
PVOID SecurityQualityOfService;
} LSA_OBJECT_ATTRIBUTES, *PLSA_OBJECT_ATTRIBUTES;
멤버
Length
LSA_OBJECT_ATTRIBUTES 구조체의 크기(바이트)를 지정합니다.
RootDirectory
NULL이어야 합니다.
ObjectName
NULL이어야 합니다.
Attributes
0이어야 합니다.
SecurityDescriptor
NULL이어야 합니다.
SecurityQualityOfService
NULL이어야 합니다.
설명
LSA_OBJECT_ATTRIBUTES 구조체는 LsaLookup.h 헤더 파일에 정의됩니다.
Windows Server 2008 SP2 이하, Windows Vista SP2 이하, Windows Server 2003, Windows XP/2000: LSA_OBJECT_ATTRIBUTES 구조체는 NTSecAPI.h 헤더 파일에 정의되어 있습니다.
요구 사항
지원되는 최소 클라이언트 | Windows XP [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2003 [데스크톱 앱만 해당] |
머리글 | lsalookup.h |