INetwork.h
represents a message that has been added to the message queue these cannot be shared between channels
uint32 id;
uint32 salt;
bool operator !() const;
bool operator !=(const SSendableHandle& rhs) const;
bool operator <(const SSendableHandle& rhs) const;
bool operator ==(const SSendableHandle& rhs) const;
const char * GetText(char * tmpBuf = 0);
SSendableHandle();
uint32(SSendableHandle::* unknown_bool_type);
operator unknown_bool_type() const;