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
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, |
Library |
mlibdll.lib |