GetDlgItemTextWrapW (SHLWAPI.74)
INT GetDlgItemTextWrapW ( HWND hWnd, INT nItem, LPWSTR lpsDest, INT nDestLen )
Get the text from a given dialog item.
hWnd | [In] | Handle of dialog. |
nItem | [In] | Index of item. |
lpsDest | [Out] | Buffer for receiving window text. |
nDestLen | [In] | Length of buffer. |
Success: The length of the returned text.
Failure: 0.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/ordinal.c". source.winehq.org/source/dlls/shlwapi/ordinal.c
Debug channel "shell".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.