IDirectDraw::Initialize

HRESULT Initialize(GUID FAR * lpGUID);

Initializes the DirectDraw object.

·Returns DDERR_ALREADYINITIALIZED.

lpGUID

Address of the GUID used as the interface identifier.

This method is provided for compliance with the Component Object Model (COM) protocol. Since the DirectDraw object is initialized when it is created, calling this method will always result in the DDERR_ALREADYINITIALIZED return value.