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.
Frees memory and state associated with a previous call to IEShowSaveFileDialog.
Syntax
HRESULT IECancelSaveFile(
_In_ HANDLE hState
);
Parameters
- hState [in]
The handle returned by IEShowSaveFileDialog.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
The handle returned by IEShowSaveFileDialog must be freed if it is not used by IESaveFile.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Product |
Internet Explorer 7 |
Header |
Iepmapi.h |
Library |
Iepmapi.lib |
DLL |
Ieframe.dll |