Public Attributes | |
RmiID | m_rmiID |
const PNTCHAR * | m_rmiName |
HostID | m_hostID |
void * | m_hostTag |
Summary of received message at IRmiStub::BeforeRmiInvocation. For exmaple, it provide summary to user such as type of message when you tracking RMI log.
HostID Proud::BeforeRmiSummary::m_hostID |
HostID of Host who sent
void* Proud::BeforeRmiSummary::m_hostTag |
Pointer of user defined hostTag.
RmiID Proud::BeforeRmiSummary::m_rmiID |
RMI ID if a message is RMI.
const PNTCHAR* Proud::BeforeRmiSummary::m_rmiName |
RMI function name if a message is RMI. A character string will appear in the parameter of this function only when you've defined USE_RMI_NAME_STRING.