Qualifies the relative calid.
PRUint32 QualifyCalid(char* psCalid,
char** ppsQualifiedCalid,
PRInt32 *piReturnCode)=0;
The method has the following parameters:
|
psCalid |
The calid to be qualified. |
|
ppsQualifiedCalid |
On return, contains the URL of the qualified calid. |
|
piReturnCode |
0= successful, non-zero indicates failure. |
Zero on success, non-zero error code on failure.
Returns the name of the qualified calid. The qualified calid format is:
dwp://back-end host[:port]/psCalid |