Ignore:
Timestamp:
Nov 9, 2000, 7:23:42 PM (25 years ago)
Author:
sandervl
Message:

header update

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:11 sandervl Exp $ */
     1/* $Id: cursoricon.h,v 1.3 2000-11-09 18:23:22 sandervl Exp $ */
    22
    33/*
     
    6666} CURSORICONFILEDIR;
    6767
     68typedef 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
    6879
    6980#include "poppack.h"
     
    8293                                BOOL fCursor, UINT loadflags);
    8394
    84 extern WORD WINAPI CURSORICON_Destroy( HGLOBAL16 handle, UINT16 flags );
     95extern WORD WIN32API CURSORICON_Destroy( HGLOBAL handle, UINT flags );
    8596
    8697extern void CURSORICON_FreeModuleIcons( HMODULE hModule );
     
    89100                       INT iDesiredCX, INT iDesiredCY,
    90101                       UINT nFlags);
     102
     103HGLOBAL WIN32API CreateCursorIconIndirect( HINSTANCE hInstance,
     104                                           CURSORICONINFO *info,
     105                                           LPCVOID lpANDbits,
     106                                           LPCVOID lpXORbits );
     107
     108HGLOBAL CURSORICON_ExtCopy(HGLOBAL Handle, UINT nType,
     109                           INT iDesiredCX, INT iDesiredCY,
     110                           UINT nFlags);
    91111                                   
    92112#endif /* __WINE_CURSORICON_H */
Note: See TracChangeset for help on using the changeset viewer.