Can someone help me with the translation of the following C# definition.
void QueryAppIsDefault(
[In, MarshalAs(UnmanagedType.LPWStr)] string pszQuery,
[In] ASSOCIATIONTYPE atQueryType,
[In] ASSOCIATIONLEVEL alQueryLevel,
[In, MarshalAs(UnmanagedType.LPWStr)] string
pszAppRegistryName,
[Out] out bool pfDefault);
I'd like to see what it looks like in VB.NET
--
Regards,
Mike Fry
Johannesburg
