A promise that resolves when the PtrArray is destroyed.
Retrieves an element at a specific index in the PtrArray.
The index of the element to retrieve.
A promise that resolves to an LPVOID. The actual type of the element may vary and should be constructed accordingly, e.g., Bookmark.
Retrieves the PtrArray's length.
A promise that resolves to the number of elements in the array.
Optionaloptions
Destroys the PtrArray.