 |
 |
 |
|
|  |  |
 |
CallWindowProc ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The CallWindowProc function passes message information to the specified window procedure. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
LRESULT CallWindowProc(
WNDPROC lpPrevWndFunc,
HWND hWnd,
UINT Msg,
WPARAM wParam,
LPARAM lParam
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER CallWindowProc IN user32;
LONG lpPrevWndFunc,;
LONG hWnd,;
LONG Msg,;
INTEGER wParam,;
INTEGER lParam
|
 |  |  | | Parameters: |  | lpPrevWndFunc
[in] Pointer to the previous window procedure. This value can be obtained by calling the GetWindowLong function with the nIndex parameter set to GWL_WNDPROC or DWL_DLGPROC
hWnd
[in] Handle to the window procedure to receive the message.
Msg
[in] Specifies the message.
wParam
[in] Specifies additional message-specific information.
lParam
[in] Specifies additional message-specific information. |
 |  | | Return value: |  | | The return value specifies the result of the message processing and depends on the message sent. |
 |  | | My comment: |  | | You hardly could have a reason to call this frunction directly from VFP code. |
 |  | | Word Index links for the CallWindowProc : |  | |
|
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2002-10-23 10:55:46 | | Modified: | 2002-10-23 11:03:24 | Visited in last 7 days: 114 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|