System.PCallDesc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PCallDesc = ^TCallDesc;

C++

typedef TCallDesc *PCallDesc;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
System.hpp
System System

Description

Is a pointer to a TCallDesc value.

PCallDesc is a pointer to the dispatch call descriptor for variants.

See Also