#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. |
This header includes all the other public mCtrl headers.
void MCTRL_API mcVersion | ( | MC_VERSION * | lpVersion | ) |
Retrieve MCTRL.DLL
version.
[out] | lpVersion | Pointer to the version structure. |
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);
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