Leaked source code of windows server 2003
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.
|
|
/****************************** Module Header ******************************\
* Module Name: wndstuff.h * * Kent's Window Test. To be used as a program template. * * Created: 09-May-91 * Author: KentD * * Copyright (c) 1991 Microsoft Corporation \***************************************************************************/
#define DONTUSE(x) (x)
#define MM_NEW 0x8001
#define MM_EXIT 0x8002
#define MM_TEST 0x8003
#define IDB_BITMAPCMYKTEST 0x9001
VOID Test(HWND);
|