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.
 
 
 
 
 
 

33 lines
976 B

////////////////////////////////////////////////////////////////////////////////
//
// FOfficeInitPropInfo
//
// Purpose:
// Initializes PropetySheet page structures, etc.
//
// Notes:
// Use this routine to add the Summary, Statistics, Custom and Contents
// Property pages to a pre-allocted array of PROPSHEETPAGEs.
//
////////////////////////////////////////////////////////////////////////////////
void FOfficeInitPropInfo (PROPSHEETPAGE * lpPsp,
DWORD dwFlags,
HINSTANCE hInst,
LONG lParam,
LPFNPSPCALLBACK pfnCallback,
UINT FAR * pcRefParent);
////////////////////////////////////////////////////////////////////////////////
//
// FLoadTextStrings
//
// Purpose:
// Initializes and load test strings for dll
//
// Notes:
//
////////////////////////////////////////////////////////////////////////////////
BOOL PASCAL FLoadTextStrings (void);
#include "offcapi.h"