HP-UX SNAplus2 CPI-C Programmer's Guide (June 2003)
CPI-C Calls
WinCPICSetEvent
Chapter 3 313
CM_OPERATION_NOT_ACCEPTED This value indicates
that a previous operation on this
conversation is incomplete and the
WinCPICSetEvent() call was not
accepted.
Usage Notes
When a verb is issued on a nonblocking conversation, it returns
CM_OPERATION_INCOMPLETE if it is going to complete asynchronously. If
an event has been registered with the conversation, then the application
can call WaitForSingleObject() or WaitForMultipleObjects() to be
notiļ¬ed of the completion of the verb. When the verb has completed, the
application must call Wait_for_Conversation to determine the return
code for the asynchronous verb.
It is the responsibility of the application to reset the event.
End of Section