HP Large Objects System Management Manual
HP Large Objects System Management Manual – 543599.001 
pBuddySubvolume: 
An 8 character subvolume name of an existing Buddy Set. 
BuddyPower: 
A valid power of two (derived from the segment size) for the target BuddySet 
which specifies the new Buddy Space to be created. For example, if the 
BuddySpace consists of 512 byte segments, a BuddyPower of 9 would be 
specified. 
pCallerTransAborted : 
Indicates whether the caller’s TMF transaction has been aborted 
0 = not aborted 
1 = aborted 
3.3.6 DeleteBuddySpace 
Deletes the specified BuddySpace and its associated FSM. Deletion can only be 
carried out if the BuddySpace contains no objects and none of the files are in use. 
short DeleteBuddySpace  (const char *pBuddyGroupName // 
input 
 , const char *pBuddyVolume // input 
 , const char *pBuddySubvolume // 
input 
 , short BuddyPower // input 
 , short BuddySequence // input 
 , short *pCallerTransAborted  // 
output 
 ); 
Return value: 
0 = Successful 
112 = Failed – Buddy Group not found 
131 = Failed – Volume/subvolume don’t exist 
132 = Failed – Buddy Space is opened and/or active 
133 = Failed – Buddy Power/sequence number not found 
100 = System error (call GetSystemErrorString) 
pBuddyGroupName: 
A 5 character alphanumeric name with no embedded spaces, for example: 
GRP01 or B01. 
pBuddyVolume: 
An 8 character volume name (including “$”) of an existing BuddySet. 
pBuddySubvolume: 
An 8 character subvolume name of an existing Buddy Set. 
BuddyPower: 
A valid power of two for the target Buddy Set which specifies the Buddy 
Space to be deleted. 
BuddySequence: 
A valid Buddy Space Sequence number which specifies the BuddySpace to 
be deleted. 
pCallerTransAborted : 
Indicates whether the caller’s TMF transaction has been aborted 
Page 18 of 37 










