Import.AssocQueryString Method
[DllImport("shlwapi.dll",
CharSet = CharSet.Unicode,
SetLastError = true)]
public static extern uint AssocQueryString(ASSOC_F flags,
ASSOC_STR str,
string pszAssoc,
string pszExtra,
[Out] StringBuilder pszOut,
ref uint pcchOut);
This language is not supported or no code example is available.