ShellMessageBoxWrapW (SHLWAPI.388)
BOOL ShellMessageBoxWrapW ( HMODULE mod, DWORD unknown1, UINT uId, LPCWSTR title, DWORD unknown2, LPCWSTR filename )
loads a string resource for a module, displays the string in a message box and writes it into the logfile.
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. |
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.