MSDN on GetModuleHanlde()

If the parameter is NULL, GetModuleHandle returns a handle to the file used to create the calling process.
Might want to put the DLL's name in there.

gg