System.Win.ScktComp.TCMLookupComplete

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TCMLookupComplete = record

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp System.Win.ScktComp

Beschreibung

Wird intern verwendet.

TCMLookupComplete sollte nicht verwendet werden, weil er in der internen Implementierung verwendet wird.