File:  [WindowsNT SDKs] / mstools / samples / sdktools / porttool / portpriv.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:24:28 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993


/******************************************************************************\
*       This is a part of the Microsoft Source Code Samples. 
*       Copyright (C) 1993 Microsoft Corporation.
*       All rights reserved. 
*       This source code is only intended as a supplement to 
*       Microsoft Development Tools and/or WinHelp documentation.
*       See these sources for detailed information regarding the 
*       Microsoft samples programs.
\******************************************************************************/

#include <windows.h>

// define ini file section names
#define    IDS_PORTAPIS 	  200
#define    IDS_PORTMESSAGES	  201
#define    IDS_PORTSTRUCTURES	  202
#define    IDS_PORTTYPES	  203
#define    IDS_PORTCONSTANTS	  204
#define    IDS_PORTCUSTOM	  205
#define    IDS_PORTMACROS	  206
#define    IDS_WINDOWSAPPNAME	  207
#define    IDS_INIFILE		  209
#define    IDS_MAPFILENAME	  210


// local constant defintions
#define    TEN_K_LINE		  10240
#define    TWO_K_LINE		  2056
#define    PT_APIS		  0x00000002
#define    PT_MESSAGES		  0x00000004
#define    PT_TYPES		  0x00000008
#define    PT_STRUCTURES	  0x00000010
#define    PT_MACROS		  0x00000020
#define    PT_CONSTANTS 	  0x00000040
#define    PT_CUSTOM		  0x00000080
#define    PT_IGNORED		  0x00010000


// private port structure
typedef struct tagPort
    {
    int    nSize;
    int    nPosToken;
    int    nPosHelpStr;
    int    nPosIssue;
    int    nPosSuggest;
    DWORD  dwType;
    }PORT, * LPPORT;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.