[AccessD] Handle v. Pointer

Arthur Fuller fuller.artful at gmail.com
Wed Dec 22 06:10:08 CST 2021


Thanks, Stuart. Now it makes sense.

On Tue, Dec 21, 2021 at 11:25 PM Stuart McLachlan <stuart at lexacorp.com.pg>
wrote:

> 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
> >
>
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> https://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>


-- 
Arthur


More information about the AccessD mailing list