Changeset 4576 for trunk/include/win/cursoricon.h
- Timestamp:
- Nov 9, 2000, 7:23:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/cursoricon.h
r1865 r4576 1 /* $Id: cursoricon.h,v 1. 2 1999-11-28 12:33:11sandervl Exp $ */1 /* $Id: cursoricon.h,v 1.3 2000-11-09 18:23:22 sandervl Exp $ */ 2 2 3 3 /* … … 66 66 } CURSORICONFILEDIR; 67 67 68 typedef struct tagCURSORICONINFO 69 { 70 POINT16 ptHotSpot; 71 WORD nWidth; 72 WORD nHeight; 73 WORD nWidthBytes; 74 BYTE bPlanes; 75 BYTE bBitsPerPixel; 76 HBITMAP hColorBmp; 77 } CURSORICONINFO; 78 68 79 69 80 #include "poppack.h" … … 82 93 BOOL fCursor, UINT loadflags); 83 94 84 extern WORD WIN API CURSORICON_Destroy( HGLOBAL16 handle, UINT16flags );95 extern WORD WIN32API CURSORICON_Destroy( HGLOBAL handle, UINT flags ); 85 96 86 97 extern void CURSORICON_FreeModuleIcons( HMODULE hModule ); … … 89 100 INT iDesiredCX, INT iDesiredCY, 90 101 UINT nFlags); 102 103 HGLOBAL WIN32API CreateCursorIconIndirect( HINSTANCE hInstance, 104 CURSORICONINFO *info, 105 LPCVOID lpANDbits, 106 LPCVOID lpXORbits ); 107 108 HGLOBAL CURSORICON_ExtCopy(HGLOBAL Handle, UINT nType, 109 INT iDesiredCX, INT iDesiredCY, 110 UINT nFlags); 91 111 92 112 #endif /* __WINE_CURSORICON_H */
Note:
See TracChangeset
for help on using the changeset viewer.