[AccessD] Handle v. Pointer
Stuart McLachlan
stuart at lexacorp.com.pg
Tue Dec 21 22:25:36 CST 2021
Actually. that's not really true. A handle is an abstraction of a pointer. An object can move
in memory, but it's handle won't change - the operating system maintains the relationship
between a handle and where to find the object.
On 22 Dec 2021 at 12:27, Stuart McLachlan wrote:
> A handle is a specific type of pointer.
>
> A pointer is just a memory location. (it "points" to the location) A
> handle is a pointer to an object's memory location.
>
> On 21 Dec 2021 at 20:41, Arthur Fuller wrote:
>
> > Is there a difference between a handle and a pointer? And if so,
> > what?
> >
> > --i
> > Arthur
> > --
> > AccessD mailing list
> > AccessD at databaseadvisors.com
> > https://databaseadvisors.com/mailman/listinfo/accessd
> > Website: http://www.databaseadvisors.com
> >
>
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> https://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>
More information about the AccessD
mailing list