I am using this call to try and find the reserved status of a DMS object:
If LL_GetObjectInfo(lSession, lVolumeID, lParentNode, lTemp3) = LL_OK Then
If LL_AssocGetBoolean(lTemp3, "Reserved", buf) = LL_OK Then
lReserved = buf
End If
End if
However, I receive an error(-2147418107?) whenever it is executed. I am able to access other assocs on the getobject without any trouble. Any thoughts?
If LL_GetObjectInfo(lSession, lVolumeID, lParentNode, lTemp3) = LL_OK Then
If LL_AssocGetBoolean(lTemp3, "Reserved", buf) = LL_OK Then
lReserved = buf
End If
End if
However, I receive an error(-2147418107?) whenever it is executed. I am able to access other assocs on the getobject without any trouble. Any thoughts?