Lol, i'm back again; now that i've got things rolling, almost everything seems to work except for the LL_UpdateObjectInfo and LL_CreateObjectEx;
Long LL_CreateObjectEx( _
ByVal session as Long, _
ByVal parentVolID as Long, _
ByVal parentID as Long, _
ByVal objType as Long, _
ByVal objSubType as Long, _
ByVal name as String, _
ByVal createInfo as Long, _
ByVal objectInfo as Long )
Long LL_UpdateObjectInfo( _
ByVal session as Long, _
ByVal volumeID as Long, _
ByVal objectID as Long, _
ByVal objectInfo as Long )
first, i tried
Dim newfolder as long
debug.Print LL_ValueAlloc(newfolder)
LL_CreateObjectEx(mlngSessionID, mlngParentVolume, 2682272, LL_OBJECTTYPE, LL_FOLDERSUBTYPE, "Nameo", 0, newfolder)
and how would u se the updateObjectInfo, esp the part bout objectinfo? The docs say.."objectInfo: a value object of type Assoc, created using the Value API, containing any of the attributes to update in ObjectInfo Attributes. "
how would i alloc a value to that? (LL_SetAlloc?)
thx a bunch!
Long LL_CreateObjectEx( _
ByVal session as Long, _
ByVal parentVolID as Long, _
ByVal parentID as Long, _
ByVal objType as Long, _
ByVal objSubType as Long, _
ByVal name as String, _
ByVal createInfo as Long, _
ByVal objectInfo as Long )
Long LL_UpdateObjectInfo( _
ByVal session as Long, _
ByVal volumeID as Long, _
ByVal objectID as Long, _
ByVal objectInfo as Long )
first, i tried
Dim newfolder as long
debug.Print LL_ValueAlloc(newfolder)
LL_CreateObjectEx(mlngSessionID, mlngParentVolume, 2682272, LL_OBJECTTYPE, LL_FOLDERSUBTYPE, "Nameo", 0, newfolder)
and how would u se the updateObjectInfo, esp the part bout objectinfo? The docs say.."objectInfo: a value object of type Assoc, created using the Value API, containing any of the attributes to update in ObjectInfo Attributes. "
how would i alloc a value to that? (LL_SetAlloc?)
thx a bunch!