From INtime 6.0 the INtime Service and Port objects have been deprecated.
New projects should not be started using these features, and existing projects will not work with XM mode. You will receive a compiler warning by default if you use these calls.
Receive a fragment of an RSVP data message request. This call is typically used by a server application when insufficient buffer space is available to receive a message in one piece.
BOOLEAN ReceiveRtFragment( RTHANDLE hPort, // port handle LPGENADDR lpAddress, // pointer to remote address WORD wTransID, // ID for the transaction to fragment LPVOID lpFragment, // pointer to the fragment buffer DWORD dwFragmentSize, // size of the fragment buffer WORD wFlags // transmission flags );
hPortlpAddresswTransIDlpFragmentdwFragmentSizewFlagsCONTIGUOUS_BUFFER |
Specifies that lpFragment reference a contiguous buffer. |
DATA_CHAIN_BUFFER |
Specifies that lpFragment reference a data chain block. |
DATA_LIST_BUFFER |
Specifies that lpFragment reference the first element in a data list. |
TRUEFALSEE_OK 0x0000E_CONTEXT 0x0005E_EXIST 0x0006E_NOT_CONFIGURED 0x0008E_TRANSMISSION 0x000BE_INVALID_ADDR 0x00E2E_RESOURCE_LIMIT 0x00E6E_TRANS_ID 0x00E8wTransId parameter is not valid.E_DISCONNECTED 0x00E9E_TRANS_LIMIT 0x00EAE_UNBOUND 0x00EBE_TYPE 0x8002E_PARAM 0x8004E_NUC_BAD_BUF 0x80E2Note: Other status values may be generated by the service-specific GetFragment handler.
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |