The FindExecutable function retrieves the name and handle to the executable (.EXE) file associated with the specified filename.
HINSTANCE FindExecutable(
LPCTSTR lpFile, |
// pointer to string for filename |
LPCTSTR lpDirectory, |
// pointer to string for default directory |
LPTSTR lpResult |
// pointer to buffer for string for executable file on return |
); |
If the function succeeds, the return value is greater than 32.
If the function fails, the return value is less than or equal to 32. The following table lists the possible error values:
Value |
Meaning |
0 |
The system is out of memory or resources. |
31 |
There is no association for the specified file type. |
ERROR_FILE_NOT_FOUND |
The specified file was not found. |
ERROR_PATH_NOT_FOUND |
The specified path was not found. |
ERROR_BAD_FORMAT |
The .EXE file is invalid (non-Win32 .EXE or error in .EXE image). |
When FindExecutable returns, the lpResult parameter may contain the path to the DDE server started if no server responds to a request to initiate a DDE conversation.
file: /Techref/os/win/api/win32/func/src/f24_8.htm, 3KB, , updated: 2000/4/7 11:06, local time: 2024/11/4 22:25,
3.145.173.67:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/func/src/f24_8.htm"> FindExecutable</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.