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