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.
 
 
 
 
 
 

43 lines
1.5 KiB

/*****************************************************************************
* *
* FCPRIV.H *
* *
* Copyright (C) Microsoft Corporation 1990. *
* All Rights reserved. *
* *
******************************************************************************
* *
* Module Intent: Include file for sharing private typedefs and prototypes *
* in the full-context manager. *
* *
******************************************************************************
* *
* Testing Notes *
* *
******************************************************************************
* *
* Current Owner: Robert Bunney *
* *
******************************************************************************
* *
* Released by Development: (date) *
* *
*****************************************************************************/
/*****************************************************************************
* *
* Typedefs *
* *
*****************************************************************************/
typedef struct {
VA vaPrevFC;
VA vaNextFC;
VA vaText;
DWORD lcbUncompressed;
BYTE bObjType;
} EFCP, *QEFCP; // Expanded FCP;
// This special value indicates a position outside of the topic:
#define vaBEYOND_TOPIC ((DWORD) -2)