Share via


IMLPropertySet::HasID (Compact 7)

3/12/2014

Determines if a property ID is contained within the IMLPropertySet.

Syntax

HRESULT HasID(
  ULONG propertyID,
);

Parameters

  • propertyID
    [in] Property ID value to check.

Return Values

Returns the HRESULT values shown in the following table.

Value Description

S_OK

The property exists in the property set.

S_FALSE

The property does not exist in the property set.

Requirements

Header

mlibdll.h,
mlibdll.idl

Library

mlibdll.lib

See Also

Reference

IMLPropertySet