HRESULT DeletePaymentInstance(
BSTRbstrFriendName// in
);
The DeletePaymentInstance function deletes an instance from the CPC.
This function returns one of the following values.
Value | Meaning |
---|---|
E_INVALIDARG | One or more of the arguments is not valid. |
E_OUTOFMEMORY | Out of memory. |
E_FAIL | Failure. |
S_OK | Success. |