BSOne.SFC/Tocsg.Module/RemoteSecu/LIB_Common/GlobalSocketDefine.pas

15 lines
206 B
Plaintext

unit GlobalSocketDefine;
interface
const
RC_RSECU_INFO = 11001;
RS_REQ_RDP_DESTLIST = 11002;
RS_REQ_RDP_CONNECT = 11003;
RS_REQ_RDP_OPEN = 11004;
RS_REQ_RDP_CLOSE = 11005;
implementation
end.