TibrvCmTransport::createInbox()
Method
Declaration
TibrvStatuscreateInbox(
char* subjectString,
tibrv_u32 subjectLimit) const;
Purpose
Create a unique inbox subject name.
Remarks
This convenience method extracts the network transport, and then calls TibrvTransport::createInbox(). For details, see the documentation for that method.
|
Parameter |
Description |
|
|
The program supplies a string buffer, and the method stores the new inbox subject string in that buffer. |
|
|
The number of bytes that the program has allocated to receive the new inbox subject string. |