System.Win.ScktComp.TCMSocketMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCMSocketMessage = record

C++

struct DECLSPEC_DRECORD TCMSocketMessage
{
public:
    unsigned Msg;
#ifndef _WIN64
    int Socket;
#else /* _WIN64 */
    Winapi::Messages::TDWordFiller MsgFiller;
    __int64 Socket;
#endif /* _WIN64 */
    System::Word SelectEvent;
    System::Word SelectError;
#ifndef _WIN64
    int Result;
#else /* _WIN64 */
    Winapi::Messages::TDWordFiller SelectEventErrorFiller;
    __int64 Result;
#endif /* _WIN64 */
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp System.Win.ScktComp

Description

Is used internally.

TCMSocketMessage should not be used; it is used in the internal implementation.