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.
 
 
 
 
 
 

45 lines
766 B

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1994.
//
// File: help.hxx
//
// Contents: Declarations for routines to support context-sensitive help
//
// History: 18-Mar-92 TedM Created
//
//----------------------------------------------------------------------------
#ifndef __HELP_HXX__
#define __HELP_HXX__
//////////////////////////////////////////////////////////////////////////////
VOID
InitHelp(
VOID
);
VOID
TermHelp(
VOID
);
VOID
Help(
IN LONG Code
);
VOID
DialogHelp(
IN DWORD HelpId
);
VOID
SetMenuItemHelpContext(
IN WPARAM wParam,
IN LPARAM lParam
);
#endif // __HELP_HXX__