VR-Forces 4.0.4 Class Documentation
include/vrfutil/vrfPluginInformation.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: vrfPluginInformation.h,v $ $Revision: 1.21 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #pragma once
00013 
00014 #include <vlutil/vlString.h>
00015 
00019 typedef struct _DtVrfPluginInformation
00020 {
00021    DtString    pluginName;
00022    DtString    pluginVersion;
00023    DtString    pluginDescription;
00024    DtString    pluginCreator;
00025    DtString    pluginCreatorEmail;
00026    DtString    pluginContactWebPage;
00027    DtString    pluginContactMailingAddress;
00028    DtString    pluginContactPhone;
00029    DtString    vrfCurrentVersion;
00030 } DtVrfPluginInformation;
00031 
00032 #define DtPluginInformationFunction "DtPluginInformation"
00033 #define DtPluginVersionFunction "DtPluginVersion"
00034 
00037 typedef void (*DtPluginInformationFcn)(DtVrfPluginInformation&);
00038 typedef void (*DtPluginVersionFcn)(DtString&);

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)