Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/2014
This function performs an action on a file. The file can be an executable file or a document.
Syntax
WINSHELLAPI BOOL WINAPI ShellExecuteEx(
LPSHELLEXECUTEINFO lpExecInfo
);
Parameters
- lpExecInfo
Long pointer to a SHELLEXECUTEINFO structure that contains and receives information about the application being executed.
Return Value
Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.
Requirements
Header |
shellapi.h |
Library |
coredll.lib |