Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

28 lines
570 B

/*
| SCC Viewer Technology - Include
|
| Include: SCCPG.H
| Environment: Portable
| Function: Primary definitions for PageView window
|
*/
#ifndef SCCPG_H
#define SCCPG_H
#define SCCPG_SETVIEWWND WM_USER+2000
#define SCCPG_NEXTPAGE WM_USER+2001
#define SCCPG_PREVPAGE WM_USER+2002
#define SCCPG_SETPAGESIZE WM_USER+2003
#define SCCPG_RESTART WM_USER+2004
typedef struct SCCPGPAGESIZEtag
{
DWORD dwHeightInTwips;
DWORD dwWidthInTwips;
} SCCPGPAGESIZE, FAR * PSCCPGPAGESIZE;
#endif /*not SCCPG_H*/