5.97 IsDomainSidInTrustedForest

 procedure IsDomainSidInTrustedForest(sid: SID): boolean

The IsDomainSidInTrustedForest procedure returns true if the domain identified by sid is in a forest trusted by the caller's forest, as determined by the FOREST_TRUST_INFORMATION state of the caller's forest, and false otherwise. The sid parameter is the SID of a domain.

See section 5.64.2 for the specification of this procedure.