IECancelSaveFile function
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 |
|
|
Library |
|
|
DLL |
|
Show: