PxIOPasswordCopy |
|
Copies a password from one keyed file to another
int PxIOPasswordCopy(PxIOFileHandle handleTo, PxIOFileHandle handleFrom);
Where:
handleTo |
The handle of the open destination keyed file |
handleFrom |
The handle of the open source keyed file containing the password |
If the function succeeds, a value of PXIO_SUCCESS_STATUS is returned; otherwise, an error value is returned. More information on the nature of the error can be found by calling PxIOGetError.