EisenBaaNer
25th June 2012, 17:51
Hi there,
is it possible to deal with a dll function in LN over an open world connection?
Thanks a lot!
This is the dll function signature:
function extern domain tcbool get.open.ticket.ids(
domain tcmcs.long rowCount,
ref domain tcmcs.long ret_val()
)
{
.....
}
This is what the BOIStudio has created
public getOpenTicketIdsReturn getOpenTicketIds(int p_rowcount, int p_ret_val)
{
...
}
is it possible to deal with a dll function in LN over an open world connection?
Thanks a lot!
This is the dll function signature:
function extern domain tcbool get.open.ticket.ids(
domain tcmcs.long rowCount,
ref domain tcmcs.long ret_val()
)
{
.....
}
This is what the BOIStudio has created
public getOpenTicketIdsReturn getOpenTicketIds(int p_rowcount, int p_ret_val)
{
...
}