PreviousNext

Pointers

Use the following syntax to declare an IDL pointer:

*[*]...pointer_identifier

The * (asterisk) is the pointer operator, and multiple asterisks indicate multiple levels of indirection.

More:

Pointer Attributes

Pointer Attributes in Parameters

Array Attributes on Pointers

Pointer Attributes in Function Results

Pointers in Structure Fields and Union Case

Resolving a Possible Pointer Ambiguity

Rules for Using Pointers

Memory Management for Pointed-to Nodes

Advanced Memory Management Support

Use of Thread Handles in Memory Management

Rules for Using the Memory Management Routines

Examples Using Pointers