System.TMarshal.UnsafeAddrOf
Delphi
class function UnsafeAddrOf(var Value): TPtrWrapper; inline;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.pas | System | TMarshal | 
Description
Returns a wrapped pointer referencing data.
The UnsafeAddrOf method returns the address of the passed-in location Value as a wrapped pointer.