Microsoft DirectX 9.0 |
The Initialize method initializes a DirectDrawClipper object. This method is provided for compliance with COM. Since the DirectDrawClipper object is initialized when it is created, this method always returns DDERR_ALREADYINITIALIZED.
Syntax
HRESULT Initialize(
LPDIRECTDRAW lpDD,
DWORD dwFlags
);
Parameters
lpDD
Points to the IDirectDraw interface of the DirectDraw object.
dwFlags
Not currently used.
Return Values
Value | Description |
DDERR_ALREADYINITIALIZED | This object is already initialized. |
See Also