Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
intReleaseDC(CDC*pDC);
Return Value
Nonzero if successful; otherwise 0.
Parameters
pDC
Identifies the device context to be released.
Remarks
Releases a device context, freeing it for use by other applications. The effect of the ReleaseDC member function depends on the device-context type.
The application must call the ReleaseDC member function for each call to the GetWindowDC member function and for each call to the GetDC member function.
CWnd Overview | Class Members | Hierarchy Chart
See Also CWnd::GetDC, CWnd::GetWindowDC,