 |
CeSetFilePointer ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
This function moves the file pointer of an open file. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD CeSetFilePointer(
HANDLE hFile,
LONG lDistanceToMove,
PLONG lpDistanceToMoveHigh,
DWORD dwMoveMethod
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CeSetFilePointer IN rapi;
INTEGER hFile,;
LONG lDistanceToMove,;
LONG lpDistanceToMoveHigh,;
INTEGER dwMoveMethod
|
 |
 |
 |
| Parameters: |
 |
hFile
[in] Handle to the file whose file pointer is to be moved.
lDistanceToMove
[in] Low-order 32 bits of a signed value that specifies the number of bytes to move the file pointer.
lpDistanceToMoveHigh
[in] Pointer to the high-order 32 bits of the signed 64-bit distance to move.
dwMoveMethod
[in] Specifies the starting point for the file pointer move: bof, current, eof. |
 |
 |
| Return value: |
 |
| The low-order DWORD of the new file pointer indicates success and that lpDistanceToMoveHigh is NULL. |
 |
 |
| Word Index links for the CeSetFilePointer : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-08-14 17:45:02 | | Modified: | 2004-08-14 17:47:18 | Visited in last 7 days: 8 |