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.
 
 
 
 
 
 

47 lines
1.9 KiB

/*****************************************************************************
* *
* HMESSAGE.H *
* *
* Copyright (C) Microsoft Corporation 1990. *
* All Rights reserved. *
* *
******************************************************************************
* *
* Module Intent *
* *
* Some function prototypes for the hmessage module of winhelp, which has *
* some helping functions for user interaction with the help windows. *
* *
******************************************************************************
* *
* Testing Notes *
* *
* *
* *
******************************************************************************
* *
* Current Owner: *
* *
******************************************************************************
* *
* Released by Development: *
* *
*****************************************************************************/
/*****************************************************************************
*
* Revision History: Created 01/02/90 by RussPj from HWPROC.C
*
* 07/19/90 RobertBu New file header
* 07/22/90 RobertBu Moved ShowNote() to PROTO.H
*
*****************************************************************************/
/*****************************************************************************
* *
* Prototypes *
* *
*****************************************************************************/
BOOL STDCALL ExecMnuCommand ( HWND, WORD, LONG );
VOID STDCALL VModifyButtons ( HWND hwndIcon, WORD p1, long p2 );