Exemplo n.º 1
0
 public static extern uint SFileGetFileSize(MpqFileSafeHandle hFile, ref uint pdwFileSizeHigh);
Exemplo n.º 2
0
 public static extern bool SFileSetFileLocale(MpqFileSafeHandle hFile, uint lcNewLocale);
Exemplo n.º 3
0
 public static extern bool SFileOpenFileEx(MpqArchiveSafeHandle hMpq, [MarshalAs(UnmanagedType.LPStr)] string szFileName, uint dwSearchScope, out MpqFileSafeHandle phFile);
Exemplo n.º 4
0
 public static extern bool SFileWriteFile(MpqFileSafeHandle hFile, IntPtr pvData, uint dwSize, uint dwCompression);
Exemplo n.º 5
0
 public static extern bool SFileFinishFile(MpqFileSafeHandle hFile);
Exemplo n.º 6
0
 public static extern bool SFileGetFileName(MpqFileSafeHandle hFile, [MarshalAs(UnmanagedType.LPStr)] out string szFileName);
Exemplo n.º 7
0
 public static extern bool SFileGetFileInfo(MpqFileSafeHandle hMpqOrFile, SFileInfoClass InfoClass, IntPtr pvFileInfo, uint cbFileInfoSize, out uint pcbLengthNeeded);
Exemplo n.º 8
0
 public static extern bool SFileCloseFile(MpqFileSafeHandle hFile);
Exemplo n.º 9
0
 public static extern bool SFileReadFile(MpqFileSafeHandle hFile, IntPtr lpBuffer, uint dwToRead, out uint pdwRead, ref System.Threading.NativeOverlapped lpOverlapped);
Exemplo n.º 10
0
 public static extern uint SFileSetFilePointer(MpqFileSafeHandle hFile, uint lFilePos, ref uint plFilePosHigh, uint dwMoveMethod);