IFXUserPropertyList |
The IFXUserPropertyList interface gets and sets property values.
|
Interface Methods |
Description |
|
Copies in the property buffer |
|
|
Copies out from the property buffer |
|
|
Copies out a single property value from the property list |
|
|
Parses the property buffer |
|
|
Gets the number of parsed properties |
|
|
Gets the nth property name |
|
|
Gets the nth property value |
This method copies in the property buffer.
Parameters:
|
pProperties |
Pointer to the Property names |
This method copies out from the property buffer.
Parameters:
|
pProperties |
Pointer to the Property names |
This method copies out a single property value from the property list.
Parameters:
|
pPropertyName |
Pointer to PropertyName |
|
pProperty |
Pointer to the Property |
This method parses the property buffer.
Parameters:
None
Property access once ParseAllProperties() has been called:
This method gets the number of parsed properties.
Parameters:
|
pNumProperies |
Number of parsed properties |
This method gets the nth property name.
Parameters:
|
uPropId |
Property ID number |
|
*pPropName |
Pointer to the property name |
This method gets the nth property value.
Parameters:
|
uPropId |
Property ID number |
|
*pPropValue |
Pointer to the property value |
§See asterisked (*) statement at Legal Information © 2001 Intel Corporation.