'' FreeBASIC binding for mingw-w64-v4.0.4
''
'' based on the C header files:
''   DISCLAIMER
''   This file has no copyright assigned and is placed in the Public Domain.
''   This file is part of the mingw-w64 runtime package.
''
''   The mingw-w64 runtime package and its code is distributed in the hope that it 
''   will be useful but WITHOUT ANY WARRANTY.  ALL WARRANTIES, EXPRESSED OR 
''   IMPLIED ARE HEREBY DISCLAIMED.  This includes but is not limited to 
''   warranties of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
''
'' translated to FreeBASIC by:
''   FreeBASIC development team

#pragma once

#define SCHEMADEF_H
const SCHEMADEF_VERSION = 1

type TMPROPINFO
	pszName as LPCWSTR
	sEnumVal as SHORT
	bPrimVal as UBYTE
end type

type TMSCHEMAINFO
	dwSize as DWORD
	iSchemaDefVersion as long
	iThemeMgrVersion as long
	iPropCount as long
	pPropTable as const TMPROPINFO ptr
end type
