예제 #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);