NAME

ShellMessageBoxWrapW  (SHLWAPI.388)

SYNOPSIS

 BOOL ShellMessageBoxWrapW
 (
  HMODULE mod,
  DWORD   unknown1,
  UINT    uId,
  LPCWSTR title,
  DWORD   unknown2,
  LPCWSTR filename
 )

DESCRIPTION

loads a string resource for a module, displays the string in a message box and writes it into the logfile.

PARAMS

mod [In] the module containing the string resource.
unknown1 [In] FIXME.
uId [In] the Id of the string resource.
title [In] the title of the message box.
unknown2 [In] FIXME.
filename [In] name of the logfile.

RETURNS

FIXME

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 © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.