System.Win.ScktComp.TCMLookupComplete

From RAD Studio API Documentation
Jump to: navigation, search

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 */
};

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.

TCMLookupComplete should not be used because it is used in the internal implementation.