IDirect3DRMDevice::InitFromClipper

HRESULT InitFromClipper(LPDIRECTDRAWCLIPPER lpDDClipper,

LPGUID lpGUID, int width, int height);

Initializes a device from a specified DirectDrawClipper object.

·Returns D3DRM_OK if successful, or an error otherwise. For a list of possible return codes, see Direct3D Retained-Mode Return Values.

lpDDClipper

Address of the DirectDrawClipper object to use as an initializer.

lpGUID

Address of the globally unique identifier (GUID) used as the interface identifier.

width and height

Width and height of the device.