<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cheatengine.org/index.php?action=history&amp;feed=atom&amp;title=Help_File%3APluginVersion</id>
	<title>Help File:PluginVersion - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cheatengine.org/index.php?action=history&amp;feed=atom&amp;title=Help_File%3APluginVersion"/>
	<link rel="alternate" type="text/html" href="https://wiki.cheatengine.org/index.php?title=Help_File:PluginVersion&amp;action=history"/>
	<updated>2026-05-31T07:31:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.cheatengine.org/index.php?title=Help_File:PluginVersion&amp;diff=7070&amp;oldid=prev</id>
		<title>Hidden-r3d: Created page with &quot;The PluginVersion lets you specify for which plugin version the dll was developed and what the name of that plugin is.       typedef struct _PluginVersion     {         unsign...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.cheatengine.org/index.php?title=Help_File:PluginVersion&amp;diff=7070&amp;oldid=prev"/>
		<updated>2021-05-28T01:51:37Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The PluginVersion lets you specify for which plugin version the dll was developed and what the name of that plugin is.       typedef struct _PluginVersion     {         unsign...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The PluginVersion lets you specify for which plugin version the dll was developed and what the name of that plugin is.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
    typedef struct _PluginVersion&lt;br /&gt;
    {&lt;br /&gt;
        unsigned int version;&lt;br /&gt;
        char *pluginname;&lt;br /&gt;
    } PluginVersion, *PPluginVersion;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Members ===&lt;br /&gt;
&lt;br /&gt;
''version''&lt;br /&gt;
&lt;br /&gt;
Set this to the plugin version this dll is expecting. Cheat Engine will then try to provide your plugin with a compatible pointer/functionlists on initializePlugin.&lt;br /&gt;
&lt;br /&gt;
''pluginname''&lt;br /&gt;
&lt;br /&gt;
Set this to a 0-terminated string containing the name of the plugin shown to the user in the plugin menu in settings. Make sure this string is NOT stored on the stack as this pointer can be used at random times after return of the GetVersion function call.&lt;/div&gt;</summary>
		<author><name>Hidden-r3d</name></author>
		
	</entry>
</feed>