Package com.sun.jna.platform.win32
Interface NTSecApi
- 
 public interface NTSecApiPorted from NTSecApi.h Windows SDK 6.0A.- Author:
- dblock[at]dblock.org
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classNTSecApi.LSA_FOREST_TRUST_BINARY_DATAstatic classNTSecApi.LSA_FOREST_TRUST_DOMAIN_INFOstatic classNTSecApi.LSA_FOREST_TRUST_INFORMATIONstatic classNTSecApi.LSA_FOREST_TRUST_RECORDstatic classNTSecApi.LSA_UNICODE_STRINGThe LSA_UNICODE_STRING structure is used by various Local Security Authority (LSA) functions to specify a Unicode string.static classNTSecApi.PLSA_FOREST_TRUST_INFORMATIONThe LSA_FOREST_TRUST_INFORMATION structure contains Local Security Authority forest trust information.static classNTSecApi.PLSA_FOREST_TRUST_RECORDstatic classNTSecApi.PLSA_UNICODE_STRINGPointer to an LSA_UNICODE_STRING.
 - 
Field SummaryFields Modifier and Type Field Description static intForestTrustDomainInfoRecord contains an LSA_FOREST_TRUST_DOMAIN_INFO structure.static intForestTrustTopLevelNameRecord contains an included top-level name.static intForestTrustTopLevelNameExRecord contains an excluded top-level name.
 
- 
- 
- 
Field Detail- 
ForestTrustTopLevelNamestatic final int ForestTrustTopLevelName Record contains an included top-level name.- See Also:
- Constant Field Values
 
 - 
ForestTrustTopLevelNameExstatic final int ForestTrustTopLevelNameEx Record contains an excluded top-level name.- See Also:
- Constant Field Values
 
 - 
ForestTrustDomainInfostatic final int ForestTrustDomainInfo Record contains an LSA_FOREST_TRUST_DOMAIN_INFO structure.- See Also:
- Constant Field Values
 
 
- 
 
-