"Martin Fuchs" martin-fuchs@gmx.net wrote:
Any reason you using int* instead of LPINT?
What's better when using LPINT? This are all internal functions and not exported from shell32.dll.
'INT' has the same size on all platforms and with all compilers in both win32 and win64, while 'int' is platform/compiler dependent and is 32-bit or 64-bit entity depending on the platform.