NAME

ReleaseDC  (USER32.@)

SYNOPSIS

 INT ReleaseDC
 (
  HWND hwnd,
  HDC  hdc
 )

DESCRIPTION

Release a device context.

RETURNS

Success: Non-zero. Resources used by hdc are released.

Failure: 0.

IMPLEMENTATION

Defined in "d3d9.h".

Implemented in "dlls/user/painting.c". source.winehq.org/source/dlls/user/painting.c

Debug channel "win".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.