MidiVid Home 

MVGuid Struct Reference

List of all members.

Detailed Description

Construct these by using the "Tools -> Create GUID" menu item in Visual Studio, or by running GUIDGen. GUIDs are how MidiVid identifies plugins, and are a nice way of ensuring that two plugins will never share the same ID. Generate them using the GUIDGen tool, or using the "Tools -> Create GUID" menu item in Visual studio. You create a GUID like this:

    static const MVGuid MyPlugGuid = {0x48c75c0d, 0xb851, 0x4efc, { 0x99, 0x97, 0xfd, 0xe4, 0x59, 0x15, 0xb0, 0x71}};

In the MVPlug::GetGUID() and MVPlugDesc::GetGUID() functions, simply return your pre-defined GUID object, like this:

    const MVGuid &MyPlugin::GetGUID(void)
    {
        return MyPlugGuid;
    }


Public Attributes

DWORD Data1
WORD Data2
WORD Data3
BYTE Data4 [8]


The documentation for this struct was generated from the following file:

MidiVid GPU Version 1.0
Copyright (c) 2005 Jason Dorie and VUTAG
Generated on: Sun Jan 25 23:45:41 2009