示例#1
0
 public static extern uint mmioAdvance(IntPtr hmmio, ref MMIOINFO pmmioinfo, uint fuAdvance);
示例#2
0
 public static extern uint mmioRenameW([In] [MarshalAs(UnmanagedType.LPWStr)] string pszFileName, [In] [MarshalAs(UnmanagedType.LPWStr)] string pszNewFileName, ref MMIOINFO pmmioinfo, uint fdwRename);
示例#3
0
 public static extern uint mmioSetInfo(IntPtr hmmio, ref MMIOINFO pmmioinfo, uint fuInfo);
示例#4
0
 public static extern IntPtr mmioOpenW([In][MarshalAs(UnmanagedType.LPWStr)] string pszFileName, ref MMIOINFO pmmioinfo, uint fdwOpen);
示例#5
0
 public static extern uint mmioAdvance(IntPtr hmmio, ref MMIOINFO pmmioinfo, uint fuAdvance);
示例#6
0
 public static extern uint mmioSetInfo(IntPtr hmmio, ref MMIOINFO pmmioinfo, uint fuInfo);
示例#7
0
 public static extern uint mmioRenameW([In][MarshalAs(UnmanagedType.LPWStr)] string pszFileName, [In][MarshalAs(UnmanagedType.LPWStr)] string pszNewFileName, ref MMIOINFO pmmioinfo, uint fdwRename);
示例#8
0
 public static extern IntPtr mmioOpenW([In][MarshalAs(UnmanagedType.LPWStr)] string pszFileName, ref MMIOINFO pmmioinfo, uint fdwOpen);