Skip to content

Add checks to valid() on UPtr and UHandle  #23

@jkneer

Description

@jkneer

Currently valid() on UPtr and UHandle just verifies it is a valid pointer in Rust.

The Memory Manager of Labview offers the functions

  • DSCheckPtr
  • DSCheckHandle

It seems like a good idea to include these in the validity check to avoid using a valid pointer, that is not a valid handle or ptr from the viewpoint of the labview memory manager.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions