home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!monsoon!fmh
- From: fmh@monsoon.com (Francis Hogle)
- Newsgroups: comp.os.ms-windows.programmer.win32
- Subject: Re: Determining path of loaded DLL from debugging process
- Message-ID: <imV9wB2w165w@monsoon.com>
- Date: Mon, 11 Jan 93 22:31:05 EST
- References: <C0I2v2.12F@unx.sas.com>
- Organization: Monsoon Software, Inc. +1 (410) 235-2365
- Lines: 5
-
- saswta@terrapin.unx.sas.com (Bill Arnette) writes:
- > Does anybody know how I can get the path name of the loaded DLL, or
- > failing that, how I can get the name of a file given a file handle?
-
- Look at the GetModuleFileName() function (Win32).
-