Source position: jwantsecapi.pas line 1420
type _LSA_FOREST_TRUST_RECORD = record |
Flags: ULONG; |
ForestTrustType: LSA_FOREST_TRUST_RECORD_TYPE; |
Time: LARGE_INTEGER; |
case Integer of |
0: ( |
TopLevelName: LSA_UNICODE_STRING; |
); |
1: ( |
DomainInfo: LSA_FOREST_TRUST_DOMAIN_INFO; |
); |
2: ( |
Data: LSA_FOREST_TRUST_BINARY_DATA; |
); |
end; |