Desktop Functions: Smart Device Functions:
|
Search Results for "FILE_CURRENT" in [All]Constants1: FILE_CURRENT int FILE_CURRENT = 1; Dim FILE_CURRENT As Integer FILE_CURRENT = 1 kernel32SetFilePointerEx(handle, 0, ptr, FILE_CURRENT);//ptr contains current location of file pointer. handle is a pointer to an open file handle. SetFilePointerEx(handle, 0, ptr, FILE_CURRENT);//ptr contains current location of file pointer. handle is a pointer to an open file handle. |