Desktop Functions: Smart Device Functions:
|
Search Results for "SetFilePointer" in [All]kernel32
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.
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. coredll3: WriteFile
SetFilePointer hFile, 0, 0, FILE_END |