BWAPI
Public Member Functions
MPQDraftPluginInterface Class Reference
Inheritance diagram for MPQDraftPluginInterface:
Inheritance graph
[legend]
Collaboration diagram for MPQDraftPluginInterface:
Collaboration graph
[legend]

List of all members.

Public Member Functions

BOOL WINAPI Identify (LPDWORD pluginID)
BOOL WINAPI GetPluginName (LPSTR pPluginName, DWORD namebufferlength)
BOOL WINAPI CanPatchExecutable (LPCSTR exefilename)
BOOL WINAPI Configure (HWND parentwindow)
BOOL WINAPI ReadyForPatch ()
BOOL WINAPI GetModules (MPQDRAFTPLUGINMODULE *pluginmodules, LPDWORD nummodules)
BOOL WINAPI InitializePlugin (IMPQDraftServer *server)
BOOL WINAPI TerminatePlugin ()
void WINAPI SetInstance (HINSTANCE hInst)

Member Function Documentation

BOOL WINAPI MPQDraftPluginInterface::CanPatchExecutable ( LPCSTR  exefilename) [inline, virtual]

Implements IMPQDraftPlugin.

BOOL WINAPI MPQDraftPluginInterface::Configure ( HWND  parentwindow) [inline, virtual]

Implements IMPQDraftPlugin.

Here is the call graph for this function:

BOOL WINAPI MPQDraftPluginInterface::GetModules ( MPQDRAFTPLUGINMODULE pluginmodules,
LPDWORD  nummodules 
) [inline, virtual]

Implements IMPQDraftPlugin.

BOOL WINAPI MPQDraftPluginInterface::GetPluginName ( LPSTR  pPluginName,
DWORD  namebufferlength 
) [inline, virtual]

Implements IMPQDraftPlugin.

Here is the call graph for this function:

BOOL WINAPI MPQDraftPluginInterface::Identify ( LPDWORD  pluginID) [inline, virtual]

Implements IMPQDraftPlugin.

BOOL WINAPI MPQDraftPluginInterface::InitializePlugin ( IMPQDraftServer server) [inline, virtual]

Implements IMPQDraftPlugin.

Here is the call graph for this function:

BOOL WINAPI MPQDraftPluginInterface::ReadyForPatch ( ) [inline, virtual]

Implements IMPQDraftPlugin.

void WINAPI MPQDraftPluginInterface::SetInstance ( HINSTANCE  hInst) [inline]
BOOL WINAPI MPQDraftPluginInterface::TerminatePlugin ( ) [inline, virtual]

Implements IMPQDraftPlugin.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines