[Index]

How to Write a Plugin

An interface is a structure full of pointers to function

Each interface has AddRef and Release for reference counting

QueryInterface to instantiate particular interfaces

Additional functions implement the API

Plugin interface implements Probe, Start, Stop

QueryInterface returns pointers to static structures of pointers

Which one depends on the GUID