001
05.03.2003, 15:42 Uhr
Christian
C/C++ Master (Operator)
|
Hi Hans!
Die Funktion:
C++: |
DWORD GetModuleFileNameEx( HANDLE hProcess, // handle to the process HMODULE hModule, // handle to the module LPTSTR lpFilename, // buffer that receives the path DWORD nSize // size of the buffer );
oder
DWORD GetModuleFileName( HMODULE hModule, // handle to module to find filename for LPTSTR lpFilename, // pointer to buffer to receive module path DWORD nSize // size of buffer, in characters );
|
Am besten nochmal einen Blick in die MSDN. Aber dieses hatten wir doch schonmal. ;-)
Grüße, Christian -- Grüße, Christian |