Skip to content

Socket States

Socket States
1
2
3
4
5
extern const int cVPStateAny = -1;
extern const int cVPStateNone = 0;
extern const int cVPStateSite = 1;
extern const int cVPStateBuilding = 2;
extern const int cVPStateCompleted = 3;