Vertaling van "vtable" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Yes, if you know the address of the function table of the object (vtable) as well as the offset of the function in it.
Ja, wenn man die Adresse der Funktionstabelle eines Objekts (die vtable) sowie den Offset der Funktion darin kennt.
An Interface points to a table (called vtable) containing the entry points of all its functions.
Ein Interface zeigt auf eine Tabelle (vtable genannt) welche mit den Eintrittsadressen seiner Funktionen gefüllt ist.
This is a pointer to where the vtable resides in the program's memory and will vary from program to program.
Das ist ein Zeiger darauf, wo die Vtable im Speicher des Programms liegt und wird sich von Programm zu Programm andern.
Lines 25 to 32 show how one could call a virtual function by reading its address out of the vtable for the object15.
Zeilen 25 bis 31 zeigen, wie man eine virtuelle Funktion aufrufen konnte, indem man ihre Adresse der Vtable für das Objekt16 ausliest.
The vtable pointer points to the start of the function table.
This is only used to illustrate how the virtual methods use the vtable.
Das wurde nur verwendet, um zu illustrieren, wie die virtuellen Methoden die Vtable benutzen.
The interface is then typedef'd as a structure that contains a pointer to the vtable.
However, the order of existing function keeps the same between different versions of the object, new functionis are just attached at the end of the vtable.
Allerdings bleibt die Anordnung der Funktionen zwischen verschiedenen Versionen identisch, neu dazugekommene Funktionen werden einfach am Ende der vtable hinzugefügt.
Drag onto the page to add a customizable vtable that holds up to 16 cells.
Auf das Blatt ziehen, um eine anpassbare V-Tabelle mit bis zu 16 Zellen hinzuzufügen.
This interface is for access to managed classes from unmanaged code and should not be called from managed code. This interface preserves the vtable order of the System.Reflection.MethodBase class members that can be accessed by unmanaged COM objects.
Diese Schnittstelle ist für den Zugriff auf verwaltete Klassen von nicht verwaltetem Code und sollte nicht von verwaltetem Code aufgerufen werden.Diese Schnittstelle behält die Vtable-Reihenfolge von der System.Reflection.MethodInfo Klassenmember, die von nicht verwalteten COM-Objekte zugegriffen werden kann.Eigenschaften
The PageAsObj and PageFromName properties have the same signatures and occupy the same vtable slots as did the prior version of the Page property.
Die Eigenschaften PageAsObj und PageFromName verfügen über die gleichen Signaturen und belegen die gleichen Steckplätze in der V-Tabelle wie die vorherige Version der Page -Eigenschaft.
Indicates whether interface methods can be called using a VTable (as opposed to IDispatch calls).
Gibt an, ob Interface-Methoden unter Verwendung einer V-Tabelle aufgerufen werden können (im Gegensatz zu IDispatch-Aufrufen).
Drag the Vtable shape from COM and OLE onto the drawing page.
Ziehen Sie das V-Tabelle -Shape aus COM und OLE auf das Zeichenblatt.