Searched refs:CheckObjectLock (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DMoreFilesExtras.h1672 CheckObjectLock(
1679 The CheckObjectLock function determines if a file or directory is locked.
1680 If CheckObjectLock returns noErr, then the file or directory
1681 is not locked. If CheckObjectLock returns fLckdErr, the it is locked.
1732 Also see: CheckObjectLock
H A DMoreFilesExtras.c2152 pascal OSErr CheckObjectLock(short vRefNum, function
2176 return ( CheckObjectLock(spec->vRefNum, spec->parID, spec->name) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreFilesExtras.h1672 CheckObjectLock(
1679 The CheckObjectLock function determines if a file or directory is locked.
1680 If CheckObjectLock returns noErr, then the file or directory
1681 is not locked. If CheckObjectLock returns fLckdErr, the it is locked.
1732 Also see: CheckObjectLock
H A DMoreFilesExtras.c2152 pascal OSErr CheckObjectLock(short vRefNum, function
2176 return ( CheckObjectLock(spec->vRefNum, spec->parID, spec->name) );

Completed in 186 milliseconds