BBjOpenFileInfo::getExtracted
                                            Description
In BBj 6.0 and higher, this BBjOpenFileInfo method returns the byte offset in the file that is currently locked by a BBj user. All getExtracted() values would typically be compared to the value of TCB(10) immediately after receiving an !ERROR=0 attempting to access a record in a file to identify the holder of the lock.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             long  | 
                                                        
                                                             getExtracted()  | 
                                                    
Parameters
None.
Return Value
The byte offset in the file that is currently locked, or -1 if no lock is in effect.
Remarks
None.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.