Share via


IMLFactory::CreateMLPropertySet (Compact 7)

3/12/2014

This method creates an IMLPropertySet object that is used to manipulate metadata in the Media Library.

Syntax

HRESULT CreateMLPropertySet(
  IMLPropertySet **pPropertySet
);

Parameters

  • pPropertySet
    [out] Pointer to the IMLPropertySet object that is created.

Return Values

Returns the HRESULT values shown in the following table.

Return code Description

S_OK

The method was successful.

E_INVALIDARG

One or more parameters are invalid.

E_POINTER

The pPropertySet parameter is invalid.

E_FAIL

The method was not successful.

E_MEMORY

An out of memory error occurred.

Requirements

Header

mlibdll.h,
mlibdll.idl

Library

mlibdll.lib

See Also

Reference

IMLFactory