mingw-5.1.4/win32/include/ks.h
author Deepak Modgil <Deepak.Modgil@Nokia.com>
Fri, 03 Apr 2009 17:16:45 +0100
changeset 0 76b1f169d9fe
permissions -rw-r--r--
DP tools release version Revision: 200912

#ifndef _KS_H
#define _KS_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif

#ifdef __cplusplus
extern "C" {
#endif

/*--- DirectShow Reference - DirectShow Structures */
typedef struct {
	ULONG Size;
	ULONG Count;
} KSMULTIPLE_ITEM,*PKSMULTIPLE_ITEM;

#ifdef __cplusplus
}
#endif
#endif