[Visual Basic] Public Delegate Sub Smpeg.SMPEG_DisplayCallback( _ ByVal dst As IntPtr, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal w As Integer, _ ByVal h As Integer _ )
[C#]
public delegate void Smpeg.SMPEG_DisplayCallback( IntPtrdst, intx, inty, intw, inth );
Remarks
Binds to a callback function in smpeg.h
typedef void(*SMPEG_DisplayCallback)(SDL_Surface* dst, int x, int y, unsigned int w, unsigned int h);