Hi all, In a safecall method definition on win32, is a parameter with the 'const' identifier always passed by reference? Or is it 'compiler decide' like the normal calling convention? I need to know to be sure if the code I'm working on works on accident or as designed. ;) Joost.