Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
362 B

/****** VIDFILE.H ******/
#ifndef VIDFILE
#define VIDFILE
typedef struct
{
word DispWidth;
word DispHeight;
word PixDepth;
word RefreshRate;
Vidset VideoSet;
} ResParamSet;
#ifdef WINDOWS_NT
#pragma pack( )
#endif
extern word ConvBitToFreq (word BitFreq);
extern ResParamSet ResParam[100];
#endif