NAME

VerQueryValueWrapW  (SHLWAPI.352)

SYNOPSIS

 WORD VerQueryValueWrapW
 (
  LPVOID w,
  LPWSTR x,
  LPVOID y,
  UINT*  z
 )

PARAMS

w [In] Buffer from SHLWAPI_351.
x [In] Value to retrieve - converted and passed to VerQueryValueA as #2.
y [Out] Ver buffer - passed to VerQueryValueA as #3.
z [In] Ver length - passed to VerQueryValueA as #4.

DESCRIPTION

See VerQueryValueW.

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.