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.
3/12/2014
This method instructs the Media Library to update the information for the specified MLDSItem.
Syntax
HRESULT ProcessFile (
MLDSItem file
);
Parameters
- file
[in] MLDSItem structure containing the media item.
Return Values
Returns an HRESULT value. Possible values include the following.
| Return code | Description |
|---|---|
S_OK |
The method was successful. |
E_INVALIDARG |
One or more parameters are invalid. |
E_FAIL |
The method was not successful. |
E_OUTOFMEMORY |
An out of memory error occurred. |
Remarks
The data source plug-in calls back this method to initiate processing of the specified MLDSItem. This method instructs the Media Library to extract the metadata from the MLDSItem.
Requirements
Header |
mlibdll_plugin.h, |
Library |
mlibdll.lib |