Parameter
|
Type
|
Description
|
IN
|
||
hstmt
|
DAM_HSTMT
|
The statement handle.
|
OUT
|
||
pcCatalog
|
char *
OAWCHAR *
|
The database catalog. Pass in a buffer of 128 characters.
|
pcRoleName
|
char *
OAWCHAR *
|
The name of the role. Pass in a buffer of 128 characters.
|
RETURN
|
||
int
|
Status of the function call:
DAM_SUCCESS on success
DAM_FAILURE on error
DAM_NO_DATA_FOUND on no data retrieved.
|