Available as an Add-on to LEADTOOLS Multimedia toolkits. |
ILMMetaInfoAttribute Interface
This is the interface for the LEAD Meta Info Object.
Type |
Name |
Description |
BSTR When "getting" a BSTR property, the memory containing the string is allocated with SysAllocString. When this string is no longer needed, free this memory by calling SysFreeString if you are working in an environment such as C or C++ that does not automatically delete the memory. VB automatically deletes the memory, so VB programmers do not need to free the memory themselves. |
Name |
Read only. Gets attribute's name |
BSTR When "getting" a BSTR property, the memory containing the string is allocated with SysAllocString. When this string is no longer needed, free this memory by calling SysFreeString if you are working in an environment such as C or C++ that does not automatically delete the memory. VB automatically deletes the memory, so VB programmers do not need to free the memory themselves. |
Value |
Read only. Gets attribute's value (as text) |