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

Search Results for "IEnumIDList" in [All]

Interfaces

.

    public interface IEnumIDList {

.

        uint Clone(out IEnumIDList ppenum);

.

Public Interface IEnumIDList

.

     Function Clone(ByRef ppenum As IEnumIDList) As Integer

.
Documentation
[IEnumIDList] on MSDN
.

    ///Allows a client to determine the contents of a folder by creating an item identifier enumeration object and returning its IEnumIDList interface.

.

    /// <param name="ppenumIDList">Address that receives a pointer to the IEnumIDList interface of the enumeration object created by this method. </param>

Enums

.

        '  . Validation can be postponed until the first call to IEnumIDList::Next  

.

        '  . Use this flag when a user interface might be displayed prior to the first IEnumIDList::Next call  


 
Access PInvoke.net directly from VS: