Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

IEnumGUID (Interfaces)
 
.
Summary
TODO - a short description

C# Definition:

    [ComImport, Guid("0002E000-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown), ComVisible(false)]
    public interface IEnumGUID
    {
        int Next(int celt, [Out, MarshalAs(UnmanagedType.LPArray, SizeParamIndex=0)]Guid[] rgelt);
        void Skip(int celt);
        void Reset();
        [return: MarshalAs(UnmanagedType.Interface)]
        IEnumGUID Clone();
    }

VB Definition:

    '=======================================================
    'Code converted from C# to VB by online service at Telerik (www.telerik.com)
    'Conversion powered by NRefactory, Built and maintained by Todd Anglin and Telerik
    'Converted code has not been tested.
    '=======================================================
    <ComImport(), Guid("0002E000-0000-0000-C000-000000000046"), InterfaceType(ComInterfaceType.InterfaceIsIUnknown), ComVisible(False)> _
    Public Interface IEnumGUID
        Function [Next](ByVal celt As Integer,         <Out(), MarshalAs(UnmanagedType.LPArray, SizeParamIndex := 0)> _
    ByVal rgelt As Guid()) As Integer
        Sub Skip(ByVal celt As Integer)
        Sub Reset()
        <[return]: MarshalAs(UnmanagedType.[Interface])> _
        Function Clone() As IEnumGUID
    End Interface

User-Defined Types:

None.

Notes:

None.

Documentation
IEnumGUID on MSDN

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Find References
Show Printable Version
Revisions