IOlkAccount::GetProp
IOlkAccount::GetProp |
Gets the value of the specified account property.
Quick Info
See IOlkAccount.
|
Parameters
dwProp
[in] Property tag of the account property to get.
pVar
[out] Value of the specified property.
Return Values
E_ACCT_NOT_FOUND
The property is not found for the given account.
E_INVALIDARG
An invalid property tag has been specified.
Remarks
After this method returns, if the value of the account property is a binary or string type, you must free pVar by using IOlkAccount::FreeMemory.