HRESULT Exists(
BSTRbstrFriendName// in
long *plExists// out
);
The Exists function determines whether an instance with the same friendly name as the one being created already exists in the CPC. This function ensures the uniqueness of friendly names (regardless of case) within the CPC.
This function returns one of the following values.
Value | Meaning |
---|---|
E_FAIL | Failure |
S_OK | Success |
The IWalletCallback::Exists function determines the uniqueness of a friendly name across all CPCs.