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.
 
 
 
 
 
 

29 lines
1.2 KiB

/****************************************************************************/
// ncmdata.c
//
// Cursor manager data
//
// Copyright (C) 1996-2000 Microsoft Corporation
/****************************************************************************/
#include <ndcgdata.h>
/****************************************************************************/
/* Handle to the cursor manager work bitmap. */
/****************************************************************************/
DC_DATA(HBITMAP, cmWorkBitmap24, NULL);
#ifdef DC_HICOLOR
DC_DATA (HBITMAP,cmWorkBitmap16, NULL);
#endif
/****************************************************************************/
/* Cursor stamp */
/****************************************************************************/
DC_DATA(UINT32, cmNextCursorStamp, 0);
/****************************************************************************/
/* Cursor cache handle */
/****************************************************************************/
DC_DATA(CHCACHEHANDLE, cmCursorCacheHandle, 0);