An Open Server application can receive any of several types of thread login records during the login process. The SRV_T_LOGINTYPE property indicates the login type. The application can call srv_thread_props with property set to SRV_T_LOGINTYPE and cmd set to CS_GET to retrieve the login type, which is returned in the buffer to which bufp points. Table 2-28 describes each login type:
Value |
Login type |
---|---|
SRV_SITEHANDLER |
A site handler login request from a remote server. |
SRV_SUBCHANNEL |
A site handler subchannel login from a remote server. |
SRV_CLIENT |
A login request from a client application. |