System.Win.ScktComp.TCMLookupComplete

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TCMLookupComplete = record
    Msg: Cardinal;
    MsgFiller: TDWordFiller;
    LookupHandle: THandle;
    AsyncBufLen: Word;
    AsyncError: Word;
    AsyncBufLenErrorFiller: TDWordFiller;
    Result: LRESULT;
  end;

C++

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

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.