Ryan,
Page 64 contains information regarding the DLL entry point. The function takes a pointer to a structure, here is the structure definition:
struct RClientEventStr {
int Event; // event code
int Flag; // flag, meaning depends on event
char User[40]; // user name
char Aux[512]; // auxiliary area, usage depends on event
char HostIP[16]; // server IP home
unsigned long SessionID; // unique session ID
}
In old versions of VB this was simply not possible. In todays versions I don't know. Take this structure and the function signature
int HandleClientEvent(RClientEventStr* pEventStruc)
To one of the VB Forums here in Tek-Tips. I'm sure someone there can answer your question.
Good luck
-pete