How do I define DirectDraw1. I tried this:
var
DD : TDirectDraw;

But I think I have to initialize it with a value, or create it. Doing this:

dd.Create(GUID);

Needs a GUID and I don't know what it is.