Launch Windows Live Writer with a new Blog This post for the specified image file list.
HRESULT BlogThisImageFileList([in] BSTR title, [in] SAFEARRAY( BSTR ) fileNames, [in] BSTR comment);
|
Parameter
|
Description
|
| title | Post title. |
| fileNames | Array of full local paths to image files |
| comment | Comment about the images (optional). |
S_OK on success, otherwise an error HRESULT.
This method is not accessible from the default interface (IWindowsLiveWriterApplication) but rather is contained within the IWindowsLiveWriterApplication2 interface.
Reference
WindowsLiveWriterApplication COM Class