Hi, I need to use the following functions which defined in the advapi32.dll: 1. LsaOpenPolicy 2. LsaAddAccountRights 3. FreeSid 4. LookupAccountName 5. IsValidSid 6. LsaClose 7. LsaNtStatusToWinError I am using these functions in order to add privileges to a user account (privileges in the local security policy). I want to know whether or not Microsoft is committed to keep backward compatibility for the win32 API in their next versions i.e. Vista, etc. Thanks.
Yossi Yosefi wrote: > I need to use the following functions which defined in the > advapi32.dll: > 1. LsaOpenPolicy > 2. LsaAddAccountRights > 3. FreeSid > 4. LookupAccountName > 5. IsValidSid > 6. LsaClose > 7. LsaNtStatusToWinError > > I want to know whether or not Microsoft is committed to keep backward > compatibility for the win32 API in their next versions i.e. Vista, > etc. Why don't you just Read the Fine Manual? E.g. LsaOpenPolicy is documented to be available in Vista: http://msdn2.microsoft.com/en-us/library/aa378299.aspx -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925