STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes 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  

shell_browse_traits Struct Template Reference

Traits for accessing the correct browse information functions for a given character type. More...

#include <winstl_shell_browse.h>

List of all members.

Public Types

typedef BROWSEINFO browseinfo_t
 The browse-info type.


Static Public Methods

LPITEMIDLIST browseforfolder (browseinfo_t *bi)
 Browses for the folder according to the given information.

BOOL getpathfromidlist (LPCITEMIDLIST pidl, ws_char_a_t *pszPath)
 Translates am ITEMIDLIST pointer to a path.


Detailed Description

template<typename C>
struct winstl::shell_browse_traits< C >

Traits for accessing the correct browse information functions for a given character type.

shell_browse_traits is a traits class for determining the correct browse information structures and functions for a given character type.

Parameters:
C  The character type


Member Typedef Documentation

typedef BROWSEINFO browseinfo_t
 

The browse-info type.


Member Function Documentation

LPITEMIDLIST browseforfolder browseinfo_t   bi [static]
 

Browses for the folder according to the given information.

BOOL getpathfromidlist LPCITEMIDLIST    pidl,
ws_char_a_t   pszPath
[static]
 

Translates am ITEMIDLIST pointer to a path.

Parameters:
pidl  The item identifier list from which to elicit the path
pszPath  A non-null pointer to a buffer of at least _MAX_PATH length


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

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004