diff --git a/reactos/include/psdk/ntsecapi.h b/reactos/include/psdk/ntsecapi.h index 7aaf903ec56..27127a29106 100644 --- a/reactos/include/psdk/ntsecapi.h +++ b/reactos/include/psdk/ntsecapi.h @@ -318,7 +318,9 @@ typedef enum _TRUSTED_INFORMATION_CLASS { TrustedDomainInformationBasic, TrustedDomainInformationEx, TrustedDomainAuthInformation, - TrustedDomainFullInformation + TrustedDomainFullInformation, + TrustedDomainAuthInformationInternal, + TrustedDomainFullInformationInternal } TRUSTED_INFORMATION_CLASS, *PTRUSTED_INFORMATION_CLASS; typedef enum _LSA_FOREST_TRUST_RECORD_TYPE { ForestTrustTopLevelName,