Weitere Beispiele werden automatisch zu den Stichwörtern zugeordnet - wir garantieren ihre Korrektheit nicht.
In order to access the scalar value, you must first dereference the return value.
Additionally, local variables do not properly dereference handles when they go out of scope.
The tenth issue is caused by an error while processing Director files during a memory dereference.
This ensures that further attempts to dereference the pointer will crash the program.
From then on, any attempt to dereference the pointer can be flagged as an error.
References of the appropriate type can spring into existence if you dereference them in a context that assumes they exist.
A programmer must dereference the pointer to retrieve the object it points to.
6 Always lock your handles when you dereference.
, dereference the symbolic link that points to an existing file or directory.
Then they implicitly dereference the address every time you use the argument in the function body, just like we did explicitly in the example above.
Limit pointer use to a single dereference, and do not use function pointers.
// because it is the dereference of a
To dereference the pointer, an asterisk is used again:
There is no syntax to dereference the reference or manipulate the contents of the referent directly.
Code that is not marked as unsafe can still store and manipulate pointers through the type, but it cannot dereference them.
Dereference aliases both in searching and in locating the base object of the search.
Using foreign keys, the database will automatically dereference the values of the UserPermissions table to their own tables.
Servers do not dereference aliases when processing a delete request
To dereference a reference means to locally parse and follow these instructions on a particular computer, to produce a running proxy of the live object.
A typical example of a problem detected would be a variable dereference that occurs before the variable is assigned a value.
Give name to dereference (get binding)
Each reference to a global datum is generated as a dereference of a pointer in the global offset table.
Once you have a reference, you can use the following macro to dereference the reference:
A NullPointerException can occur anywhere a program tries to dereference a reference to an object.
In some languages, a pointer can reference another pointer, requiring multiple dereference operations to get to the original value.