MimeOleGenerateFileName function
Do not use. On success, creates a file name.
Syntax
HRESULT MimeOleGenerateFileName(
_In_ LPCSTR pszContentType,
_In_ LPCSTR pszSuggest,
_In_ LPCSTR pszDefaultExt,
_Inout_ LPSTR *ppszFileName
);
Parameters
-
pszContentType [in]
-
Type: LPCSTR
Specifies the content type.
-
pszSuggest [in]
-
Type: LPCSTR
Specifies suggested file name.
-
pszDefaultExt [in]
-
Type: LPCSTR
Specifies default file name extension.
-
ppszFileName [in, out]
-
Type: LPSTR*
Specifies pointer to contain new file name.
Return value
Type: HRESULT
Returns one of the following values.
Return code | Description |
---|---|
|
Indicates success. |
|
An attempt to allocate memory failed. |
|
Indicates pointer parameter is NULL. |
Remarks
Note
User responsible for freeing ppszFileName.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
Library |
|
DLL |
|