rs232
2008-01-19 16:00:31 UTC
Hi,
I'm developing a simple application using capi.
I have readed a lot of message in this group but I don't find a
solution, so any new solution is appreciate.
my message buffer is sized correctly, I think:
CAPI_REGISTER( 1024 + 2*1024 , 2 , 7 , 2048 ,Appid )
Why when I call CAPI_GET_MESSAGE the msg structure is empty?
CAPI_GET_MESSAGE (DWORD ApplID, PVOID *ppCAPIMessage);
This function CAPI_GET_MESSAGE returns 0, but the second parameter (my
msg structure)
is not filled with any values!
Ex. I see with a capi monitor my REQ message and the corresponding
CONF message, but I don't be able to read CONF message with
CAPI_GET_MESSAGE!
Thanks
mx
I'm developing a simple application using capi.
I have readed a lot of message in this group but I don't find a
solution, so any new solution is appreciate.
my message buffer is sized correctly, I think:
CAPI_REGISTER( 1024 + 2*1024 , 2 , 7 , 2048 ,Appid )
Why when I call CAPI_GET_MESSAGE the msg structure is empty?
CAPI_GET_MESSAGE (DWORD ApplID, PVOID *ppCAPIMessage);
This function CAPI_GET_MESSAGE returns 0, but the second parameter (my
msg structure)
is not filled with any values!
Ex. I see with a capi monitor my REQ message and the corresponding
CONF message, but I don't be able to read CONF message with
CAPI_GET_MESSAGE!
Thanks
mx