System.Win.ScktComp.TCMLookupComplete

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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

Description

A usage interne.

TCMLookupComplete ne doit pas être utilisé car il est utilisé dans l'implémentation interne.