Source position: ociap.inc line 10927
var OCISessionPoolCreate: function( |
envhp: POCIEnv; |
errhp: POCIError; |
spoolhp: POCISPool; |
var poolName: Poratext; |
poolNameLen: Pub4; |
connStr: Poratext; |
connStrLen: ub4; |
sessMin: ub4; |
sessMax: ub4; |
sessIncr: ub4; |
userid: Poratext; |
useridLen: ub4; |
password: Poratext; |
passwordLen: ub4; |
mode: ub4 |
):sword; |