[DllImport("Crypt32.dll", SetLastError = true, CharSet = CharSet.Auto)] public static extern bool CryptFindLocalizedName( string pwszCryptName, ref uint pdwIndex );
Microsoft documentation: Link
Last updated 1 year ago