Private Sub QueryAppIsDefault(<[In], MarshalAs(UnmanagedType.LPWStr)>
pszQuery As String, <[In]> atQueryType As ASSOCIATIONTYPE, <[In]>
alQueryLevel As ASSOCIATIONLEVEL, <[In], MarshalAs(UnmanagedType.LPWStr)>
pszAppRegistryName As String, <Out> pfDefault As Boolean)
End Sub

Thanks and regards,

Itish Nigam,
Software Developer,
*INDIA*
Caresoft Inc. HIG - C / 123, Vidya Nagar, Bhopal - 462026 M.P. INDIA
Phone : +91-755-2418177, 6547810 | Fax: 0755-4258080 | Email: *
[email protected]*
*USA*
Caresoft Inc. 220 Lincoln Blvd Suite 300 Middlesex, NJ 08846, USA
Phone: 732-764-9500 | Fax : 877-738-7842 | URL : http://www.caresoftinc.com


On Wed, Sep 1, 2010 at 9:46 PM, Mike Fry <[email protected]> wrote:

>  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
>
>

Reply via email to