mCtrl/version.h File Reference

Main header file of mCtrl. More...

#include <mCtrl/defs.h>

Go to the source code of this file.

Data Structures

struct  MC_VERSION
 Structure describing MCTRL.DLL version. More...

Functions

void MCTRL_API mcVersion (MC_VERSION *lpVersion)
 Retrieve MCTRL.DLL version.


Detailed Description

Main header file of mCtrl.

This header includes all the other public mCtrl headers.


Function Documentation

void MCTRL_API mcVersion ( MC_VERSION lpVersion  ) 

Retrieve MCTRL.DLL version.

Parameters:
[out] lpVersion Pointer to the version structure.
Note:
MCTRL.DLL exports also the function DllGetVersion, as a lot of standard DLLs distributed by Microsoft. Note this function has no declaration in any mCtrl public header, as it is inteded to use with LoadLibrary only. Prototype of the function looks like this:
 HRESULT MCTRL_API DllGetVersion(DLLVERSIONINFO* pdvi);
The function supports DLLVERSIONINFO as well as DLLVERSIONINFO2 structure. See documentation of the function on MSDN for further info: http://msdn.microsoft.com/en-us/library/bb776404%28VS.85%29.aspx


Generated on Wed Nov 4 00:45:25 2009 for mCtrl by  1.5.9