http://bugs.winehq.org/show_bug.cgi?id=21099
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Please fix unimplemented |Please fix unimplemented |GetGuiResources (dont |GetGuiResources |return 0) | Difficulty|Minutes |---
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2009-12-20 22:38:12 ---
From the link you provided:
If the function fails, the return value is zero. To get extended error information, call GetLastError.
On Wine function fails and last error is set to ERROR_CALL_NOT_IMPLEMENTED. Seems like a bug in your program.
However function is still not implemented. But you'll have to provide a real app that uses this.