BBjOpenFileInfo::isAdvisoryLocking
Description
In BBj 6.0 and higher, this BBjOpenFileInfo method returns whether a given file was opened using advisory locking.
Syntax
Return Value |
Method |
---|---|
boolean |
isAdvisoryLocking() |
Parameters
None.
Return Values
0 = The file was not opened with advisory locking.
1 = The file was opened with advisory locking.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.