 |
WindowFromDC ..msdn Add comment W32 Constants Translate this page |
 |
 |
Returns a handle to the window associated with the specified display device context (DC).
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HWND WindowFromDC(
HDC hDC // handle to device context
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER WindowFromDC IN user32;
INTEGER hDC
|
 |
 |
 |
| Parameters: |
 |
hDC
[in] Handle to the device context from which a handle to the associated window is to be retrieved. |
 |
 |
| Return value: |
 |
| The return value is a handle to the window associated with the specified DC. If no window is associated with the specified DC, the return value is NULL. |
 |
 |
| Word Index links for the WindowFromDC : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2005-10-09 15:18:44 | | Modified: | 2005-10-09 15:20:46 | Visited in last 7 days: 14 |