WinExecError function
[This function is no longer implemented.]
Retrieves the error value generated if the WinExec function cannot run a specified application.
Syntax
VOID WinExecError(
_In_ HWND hwnd,
_In_ int error,
_In_ LPCTSTR lpstrFileName,
_In_ LPCTSTR lpstrTitle
);
Parameters
hwnd [in]
Type: HWNDHandle to the window that ran the WinExec function.
error [in]
Type: intValue of type int that specifies the error.
lpstrFileName [in]
Type: LPCTSTRPointer to a string that contains the name of the file where the error occurred.
lpstrTitle [in]
Type: LPCTSTRPointer to a string that contains the title of the file where the error occurred.
Return value
This function does not return a value.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
Shellapi.h |
Library |
Shell32.lib |
DLL |
None |