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  

drophandle_sequence_traits Struct Template Reference

Traits for accessing the correct drop-handle functions for a given character type. More...

#include <winstl_drophandle_sequence.h>

List of all members.

Static Public Methods

ws_uint_t drag_query_file (HDROP hdrop, ws_uint_t index, C *buffer, ws_uint_t cchBuffer)
 Queries the information from the given drop handle.


Detailed Description

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

Traits for accessing the correct drop-handle functions for a given character type.

drophandle_sequence_traits is a traits class for determining the correct drop-handle structures and functions for a given character type.

Parameters:
C  The character type


Member Function Documentation

ws_uint_t drag_query_file HDROP    hdrop,
ws_uint_t    index,
C *    buffer,
ws_uint_t    cchBuffer
[static]
 

Queries the information from the given drop handle.

Parameters:
hdrop  The drop handle
index  The index of the requested item
buffer  The buffer within which to write the results
cchBuffer  The size of buffer in characters


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

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