namespace Microsoft.Win32
{
//MMIO定义
public static partial class NativeMethods
{
///
/// MMIO_READ
///
public const int MMIO_READ = 0;
///
/// MMIO_FINDRIFF
///
public const int MMIO_FINDRIFF = 0x20;
///
/// MMIO_ALLOCBUF
///
public const int MMIO_ALLOCBUF = 0x10000;
}
}