Gets an item from the property list.
HRESULT Item(
VARIANT varIndex, //Index or name of requested property
VARIANT * pVariant //Value of requested property
);
This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:
The caller is responsible for freeing the VARIANT variable allocated by Item.