HRESULT Initialize(LPDIRECT3DDEVICE lpD3DDevice,
LPDIRECTDRAWSURFACE lpDDSurface);
This method is provided for compliance with the COM protocol.
·Returns DDERR_ALREADYINITIALIZED because the Direct3DTexture object is initialized when it is created.
lpD3DDevice
Address of the device representing the Direct3D object.
lpDDSurface
Address of the DirectDraw surface for this object.