Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UpdateObjectInfo

Status
Not open for further replies.

Jerrie85

IS-IT--Management
Feb 10, 2004
29
CA
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top