Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SetFilePointerEx" in [All]

kernel32

.
Summary
.

static extern bool SetFilePointerEx(IntPtr hFile, long liDistanceToMove,

.

public static extern bool SetFilePointerEx(

.

SetFilePointerEx(handle, 0, ptr, FILE_CURRENT);//ptr contains current location of file pointer. handle is a pointer to an open file handle.

.
Documentation
[SetFilePointerEx] on MSDN
.
Summary
.

static extern bool SetFilePointerEx(IntPtr hFile, long liDistanceToMove,

.

public static extern bool SetFilePointerEx(

.

SetFilePointerEx(handle, 0, ptr, FILE_CURRENT);//ptr contains current location of file pointer. handle is a pointer to an open file handle.

.
Documentation
[SetFilePointerEx] on MSDN

 
Access PInvoke.net directly from VS: