On 1/9/2010 16:59, Marcus Meissner wrote:
Wrong file to place test in I think.
This should got to shlobj.h.
Use a valid empty menu handle here as first parameter. Also I'd like to use more sane const values.
Function is available starting XP SP2 per msdn, so dynamic load should be used.
On Sat, Jan 09, 2010 at 07:18:18PM +0300, Nikolay Sivov wrote:
Hm. What are valid empty menu handles? 0xffff ? Or create one? and more sane?
Testbot had no complaints for any version it tests, see https://winetestbot.geldorp.nl/JobDetails.pl?Key=279, but i can change it.
Ciao, Marcus
On 1/9/2010 19:37, Marcus Meissner wrote:
I mean CreateMenu() - it creates valid handle to empty menu, you'll test for item count in call you are testing. About const values I mean something like 1 will be enough here.
Ok, still it doesn't have 9x VMs, it's better to try first. We could ask Paul maybe.
Ciao, Marcus
On 01/09/2010 11:50 PM, Nikolay Sivov wrote:
Are you sure? It reads to me as being available up to XP-SP2/W2K3 but maybe removed or changed in newer versions. Anyway, we shouldn't ever believe MSDN as even their remark about needed shell32 version 6 or higher is not correct (see below) ;)
Succeeds on Win95.