Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
3/26/2014
This method sets the window handle that the Clipper object uses to obtain clipping information.
Syntax
HRESULT SetHWnd(
DWORD dwFlags,
HWND hWnd
);
Parameters
- dwFlags
Currently not used and must be set to zero.
- hWnd
Window handle that obtains the clipping information.
Return Value
If the method succeeds, the return value is DD_OK.
If the method does not succeed, the return value may be one of the following error values:
DDERR_INVALIDCLIPLIST |
DDERR_INVALIDOBJECT |
DDERR_INVALIDPARAMS |
DDERR_OUTOFMEMORY |
For more information on these error codes see DirectDraw Return Values.
Requirements
Header |
ddraw.h |
Library |
ddraw.lib |
See Also
Reference
IDirectDrawClipper
DirectDraw Reference
DirectDraw Interfaces
IDirectDrawClipper::GetHWnd