Does anyone know the Win32 API used to get active directory(kerberos) tickets?
Based on this question my understanding is that the SQL Server driver uses the Win32 API to get TGT tokens from the local OS instance. (Providing trusted connections)
Does anyone know what this API is and the doco and examples for using it? (For C/C++/JNA)