- Move tvout.h to PSDK.

svn path=/branches/header-work/; revision=46435
This commit is contained in:
Amine Khaldi 2010-03-25 12:37:44 +00:00
parent 9ac94def32
commit 0474c721c7

View file

@ -20,14 +20,7 @@
* *
*/ */
#ifndef __TVOUT_H
#define __TVOUT_H
#if _MSC_VER > 1000
#pragma once #pragma once
#endif
#ifndef GUID_DEFINED #ifndef GUID_DEFINED
#include <guiddef.h> #include <guiddef.h>
@ -84,30 +77,27 @@
#define VP_CP_CMD_CHANGE 0x00000004 #define VP_CP_CMD_CHANGE 0x00000004
typedef struct _VIDEOPARAMETERS { typedef struct _VIDEOPARAMETERS {
GUID Guid; GUID Guid;
ULONG dwOffset; ULONG dwOffset;
ULONG dwCommand; ULONG dwCommand;
ULONG dwFlags; ULONG dwFlags;
ULONG dwMode; ULONG dwMode;
ULONG dwTVStandard; ULONG dwTVStandard;
ULONG dwAvailableModes; ULONG dwAvailableModes;
ULONG dwAvailableTVStandard; ULONG dwAvailableTVStandard;
ULONG dwFlickerFilter; ULONG dwFlickerFilter;
ULONG dwOverScanX; ULONG dwOverScanX;
ULONG dwOverScanY; ULONG dwOverScanY;
ULONG dwMaxUnscaledX; ULONG dwMaxUnscaledX;
ULONG dwMaxUnscaledY; ULONG dwMaxUnscaledY;
ULONG dwPositionX; ULONG dwPositionX;
ULONG dwPositionY; ULONG dwPositionY;
ULONG dwBrightness; ULONG dwBrightness;
ULONG dwContrast; ULONG dwContrast;
ULONG dwCPType; ULONG dwCPType;
ULONG dwCPCommand; ULONG dwCPCommand;
ULONG dwCPStandard; ULONG dwCPStandard;
ULONG dwCPKey; ULONG dwCPKey;
ULONG bCP_APSTriggerBits; ULONG bCP_APSTriggerBits;
UCHAR bOEMCopyProtection[256]; UCHAR bOEMCopyProtection[256];
} VIDEOPARAMETERS, *PVIDEOPARAMETERS, FAR *LPVIDEOPARAMETERS; } VIDEOPARAMETERS, *PVIDEOPARAMETERS, *LPVIDEOPARAMETERS;
#endif /* __TVOUT_H */