Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lock file API
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00760354
Message ID:
00760370
Views:
19
	DECLARE INTEGER LockFile IN kernel32;
		INTEGER hFile, INTEGER dwFileOffsetLow,;
		INTEGER dwFileOffsetHigh,;
		INTEGER nNumberOfBytesToLockLow,;
		INTEGER nNumberOfBytesToLockHigh

	DECLARE INTEGER UnlockFile IN kernel32;
		INTEGER hFile, INTEGER dwFileOffsetLow,;
		INTEGER dwFileOffsetHigh,;
		INTEGER nNumberOfBytesToUnlockLow,;
		INTEGER nNumberOfBytesToUnlockHigh
Sample VFP code:
http://www.news2news.com/vfp/?example=154&function=230
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform