StringList.fromHandle constructor
- Pointer<
id3DocumentStringList> handle
Creates a new instance of the StringList class.
param handle Handle to the StringList. throws DocumentException An error has occurred during Document Library execution.
Implementation
StringList.fromHandle(Pointer<id3DocumentStringList> handle) {
_pHandle = calloc();
_pHandle.value = handle;
_disposable = false;
}