System.Win.ScktComp.TCMSocketMessage
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 */
};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
record struct |
public | System.Win.ScktComp.pas System.Win.ScktComp.hpp |
System.Win.ScktComp | System.Win.ScktComp |
説明
内部的に使用されます。
TCMSocketMessage は内部実装で使用されるため、使用しないでください。