SumTingWong 1 Posted December 4, 2004 (edited) Hi, What's the correct way to pass a NULL value in DllCall? I have tried using both "str", 0 and "str", "". Edited December 4, 2004 by pacman Share this post Link to post Share on other sites
piccaso 0 Posted December 4, 2004 try "ptr",0 or "ptr","" and "long",0 i did this before on some api call but dont ask me how... CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map Share this post Link to post Share on other sites