C/C++ User's Journal Synesis Software STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - where the Standard Template Library meets the Active Template Library COMSTL - where the Standard Template Library meets the Component Object Model InetSTL - where the Standard Template Library meets the Internet UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

IDirectoryPartsCollection Interface Reference

The collection interface for the directory parts (returned by DirectoryParts property of IFileEntry). More...

import "recls_com.idl";

List of all members.

Public Methods

HRESULT Count ([out, retval] long *pVal)
 The number of directory parts.

HRESULT Item (long index,[out, retval] VARIANT *pVal)
 The number of directory parts.

HRESULT _NewEnum ([out, retval] IUnknown **ppenum)
 The enumerator for the collection.


Detailed Description

The collection interface for the directory parts (returned by DirectoryParts property of IFileEntry).


Member Function Documentation

HRESULT _NewEnum [out, retval] IUnknown **    ppenum
 

The enumerator for the collection.

Note:
The collection returned supports the IEnumVARIANT interface. The VARIANTS returned contain strings representing the directory parts.

HRESULT Count [out, retval] long *    pVal
 

The number of directory parts.

HRESULT Item long    index,
[out, retval] VARIANT *    pVal
 

The number of directory parts.


The documentation for this interface was generated from the following file:

recls Library documentation © Synesis Software Pty Ltd, 2001-2004