int CacheErrorW(CACHEWSTRP errmsg, CACHEWSTRP errsrc, int *offset)
| The error message or the address of a variable to receive the error message. | |
| The source string for the error or the address of a variable to receive the source string the error message. | |
| The offset to location in |
| Connection has been broken. | |
| No connection has been established. | |
| The length of the return value for either |
|
| Connection formed. |
CACHEWSTRP errmsg;
CACHEWSTRP srcline;
int offset;
errmsg.len = 50;
srcline.len = 100;
if ((rc = CacheErrorW(&errmsg, &srcline, &offset)) != CACHE_SUCCESS)
printf("\r\nfailed to display error - rc = %d",rc);
| Copyright © 1997-2004, InterSystems Corp. | Last updated: 2004-05-07 06:53:48 | Source: RCAL.xml |