|
![]() |
![]() |
version 2003
PA_GetBlobHandleVariable (aVariable) → PA_Handle
Parameter | Type | Description | |
aVariable | PA_Variable | → | Variable to access |
Function result | PA_Handle | ← | The handle to the BLOB data in the variable |
Description
The routine
PA_GetBlobHandleVariable
returns a handle to the BLOB data. If the variable is not a
eVK_Blob
variable, the routine returns 0.
To get a copy of the data, use
PA_GetBlobVariable
. It can be useful to only get the handle for saving memory , especially if the plug-in just want to "read-only" the BLOB content.
NOTE
: