SECPKG_TARGETINFO structure (ntsecpkg.h)
Specifies the target of an authentication request.
Syntax
typedef struct _SECPKG_TARGETINFO {
PSID DomainSid;
PCWSTR ComputerName;
} SECPKG_TARGETINFO, *PSECPKG_TARGETINFO;
Members
DomainSid
A pointer to a SID structure that specifies the domain of the target computer.
ComputerName
The name of the target computer.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntsecpkg.h |