System.Win.ScktComp.TCMLookupComplete

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TCMLookupComplete = record

C++

struct DECLSPEC_DRECORD TCMLookupComplete
{
public:
    unsigned Msg;
#ifndef _WIN64
#else /* _WIN64 */
    Winapi::Messages::TDWordFiller MsgFiller;
#endif /* _WIN64 */
    Winapi::Windows::THandle LookupHandle;
    System::Word AsyncBufLen;
    System::Word AsyncError;
#ifndef _WIN64
    int Result;
#else /* _WIN64 */
    Winapi::Messages::TDWordFiller AsyncBufLenErrorFiller;
    __int64 Result;
#endif /* _WIN64 */
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp System.Win.ScktComp

説明

内部的に使用されます。

TCMLookupComplete は内部実装で使用されるため、使用しないでください。