Thx.
Off the record, for those who that might interest:
Code:
//Allocate = GetProcAddress(hShell32, "SHAllocShared");
Allocate = GetProcAddress(hShell32, (char *)520);
//Free = GetProcAddress(hShell32, "SHFreeShared");
Free = GetProcAddress(hShell32, (char *)523);
//Unlock = GetProcAddress(hShell32, "SHUnlockShared");
Unlock = GetProcAddress(hShell32, (char *)522);
//Lock = GetProcAddress(hShell32, "SHLockShared");
Lock = GetProcAddress(hShell32, (char *)521);