#include <win\cursoricon.h>
Include dependency graph for oslibres.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
struct | BITMAP_W |
Typedefs | |
typedef * | LPBITMAP_W |
Functions | |
HANDLE | OSLibWinSetAccelTable (HWND hwnd, HANDLE hAccel, PVOID acceltemplate) |
HANDLE | OSLibWinCreatePointer (CURSORICONINFO *pInfo, char *pAndBits, BITMAP_W *pAndBmp, char *pXorBits, BITMAP_W *pXorBmp, BOOL fCursor) |
HANDLE | OSLibWinQuerySysPointer (ULONG type, INT w, INT h) |
HANDLE | OSLibWinQuerySysIcon (ULONG type, INT w, INT h) |
VOID | OSLibWinDestroyPointer (HANDLE hPointer) |
BOOL | OSLibWinSetPointer (HANDLE hPointer) |
HANDLE | OSLibWinQueryPointer () |
BOOL | OSLibWinClipCursor (const RECT *pRect) |
BOOL | OSLibWinGetClipCursor (LPRECT pRect) |
BOOL APIENTRY | _WinSetPointerClipRect (HWND hwnd, PRECTL pRect) |
BOOL APIENTRY | _WinQueryPointerClipRect (HWND hwnd, PRECTL pRect) |
BOOL APIENTRY | WinSetPointerClipRect (HWND hwnd, PRECTL pRect) |
BOOL APIENTRY | WinQueryPointerClipRect (HWND hwnd, PRECTL pRect) |
|
|
|
|
|
Definition at line 377 of file oslibres.cpp. Referenced by CURSORICON_CreateFromResource(), CreateCursorIconIndirect(), and CreateIconIndirect().
|
|
Definition at line 585 of file oslibres.cpp. Referenced by CURSORICON_Load().
|
|
Definition at line 540 of file oslibres.cpp. |
|
Referenced by CURSORICON_Destroy().
|
|
Referenced by SetCursor().
|
|
Definition at line 655 of file oslibres.cpp. |
|
Definition at line 661 of file oslibres.cpp. Referenced by ClipCursor().
|
|
Definition at line 678 of file oslibres.cpp. Referenced by GetClipCursor().
|
|
Referenced by WinSetPointerClipRect().
|
|
Referenced by WinQueryPointerClipRect().
|
|
Definition at line 58 of file oslibres.h. Referenced by OSLibWinClipCursor().
|
|
Definition at line 69 of file oslibres.h. Referenced by OSLibWinGetClipCursor().
|