RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ScktComp.TCMSocketMessage Record
Pascal
TCMSocketMessage = record
  Msg: Cardinal;
  Socket: TSocket;
  SelectEvent: Word;
  SelectError: Word;
  Result: Longint;
end;
C++
struct TCMSocketMessage {
  unsigned Msg;
  TSocket Socket;
  Word SelectEvent;
  Word SelectError;
  Longint Result;
};

ScktComp

This is record ScktComp.TCMSocketMessage.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!