Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

WWhizInterface::TagCallbackInfo Struct Reference

For every file parsed during the creation of the tags, TagCallbackInfo is filled in and passed to an application-specified callback routine. More...

#include <WWhizInterface2.h>

List of all members.

Public Types

enum  Type { REFRESH, LOAD, SAVE }

Public Attributes

void* m_userData
 User data specified.

int m_curFile
 The current file number being processed.

int m_numFiles
 The number of files to be processed.

LPCTSTR m_curFilename
 The filename of the file currently being processed.

Type m_type


Detailed Description

For every file parsed during the creation of the tags, TagCallbackInfo is filled in and passed to an application-specified callback routine.


Member Enumeration Documentation

enum WWhizInterface::TagCallbackInfo::Type
 

Enumeration values:
REFRESH  
LOAD  
SAVE  


Member Data Documentation

int WWhizInterface::TagCallbackInfo::m_curFile
 

The current file number being processed.

LPCTSTR WWhizInterface::TagCallbackInfo::m_curFilename
 

The filename of the file currently being processed.

int WWhizInterface::TagCallbackInfo::m_numFiles
 

The number of files to be processed.

Type WWhizInterface::TagCallbackInfo::m_type
 

void * WWhizInterface::TagCallbackInfo::m_userData
 

User data specified.


The documentation for this struct was generated from the following file:
Generated at Mon Jan 8 23:50:19 2001 for WWhizInterface by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000