NAME

GetDlgItemTextWrapW  (SHLWAPI.74)

SYNOPSIS

 INT GetDlgItemTextWrapW
 (
  HWND   hWnd,
  INT    nItem,
  LPWSTR lpsDest,
  INT    nDestLen
 )

DESCRIPTION

Get the text from a given dialog item.

PARAMS

hWnd [In] Handle of dialog.
nItem [In] Index of item.
lpsDest [Out] Buffer for receiving window text.
nDestLen [In] Length of buffer.

RETURNS

Success: The length of the returned text.

Failure: 0.

IMPLEMENTATION

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.