I found this on the net.
If this works i'm sure i can manage the rest of it.
' /////////////////////////////////////////////////////////////////////////
' //
' // IShellFolder
' //
' /////////////////////////////////////////////////////////////////////////
<ComImport(), InterfaceType(ComInterfaceType.InterfaceIsIUnknown) ,
Guid("000214E6-0000-0000-C000-000000000046")> _
Public Interface IShellFolder
<PreserveSig()> _
Function GetAttributesOf(ByVal cidl As Integer, ByRef apidl As IntPtr, ByRef
rgfInOut As Integer) As Integer
End Interfaceread about it here
http://www.pinvoke.net/default.aspx...hellFolder.html
Regards
John Timney
ASP.NET MVP
Microsoft Regional Director
"Edwin Knoppert" <news@.hellobasic.com> wrote in message
news:4390845c$0$2334$ba620dc5@.text.nova.planet.nl...
>I found this on the net.
> If this works i'm sure i can manage the rest of it.
> '
> /////////////////////////////////////////////////////////////////////////
> ' //
> ' // IShellFolder
> ' //
> '
> /////////////////////////////////////////////////////////////////////////
> <ComImport(), InterfaceType(ComInterfaceType.InterfaceIsIUnknown) ,
> Guid("000214E6-0000-0000-C000-000000000046")> _
> Public Interface IShellFolder
> <PreserveSig()> _
> Function GetAttributesOf(ByVal cidl As Integer, ByRef apidl As IntPtr,
> ByRef rgfInOut As Integer) As Integer
> End Interface
>
Thanks, 'struggling' through google doesn't always help imm.
:)
"John Timney ( MVP )" <timneyj@.despammed.com> schreef in bericht
news:%23uAJue29FHA.252@.TK2MSFTNGP15.phx.gbl...
> read about it here
> http://www.pinvoke.net/default.aspx...hellFolder.html
> --
> Regards
> John Timney
> ASP.NET MVP
> Microsoft Regional Director
> "Edwin Knoppert" <news@.hellobasic.com> wrote in message
> news:4390845c$0$2334$ba620dc5@.text.nova.planet.nl...
>
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment