System.TCPUIDRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TCPUIDRec = record
    EAX, EBX, ECX, EDX: UInt32;
  end platform;

C++

struct DECLSPEC_DRECORD TCPUIDRec
{
public:
    unsigned EAX;
    unsigned EBX;
    unsigned ECX;
    unsigned EDX;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.pas
System.hpp
System System

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!