Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lock file API
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00760354
Message ID:
00760370
Vues:
18
	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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform