#include <os2win.h>
#include <user32.h>
#include <heapstring.h>
#include <oslibres.h>
#include <win\virtual.h>
#include "dib.h"
#include "initterm.h"
#include <winres.h>
#include "pmwindow.h"
#include "dbglocal.h"
Include dependency graph for loadres.cpp:
Go to the source code of this file.
Defines | |
#define | DBG_LOCALLOG DBG_loadres |
Functions | |
INT WIN32API | LoadStringA (HINSTANCE instance, UINT resource_id, LPSTR buffer, INT buflen) |
int WIN32API | LoadStringW (HINSTANCE hinst, UINT wID, LPWSTR lpBuffer, int cchBuffer) |
HICON WIN32API | LoadIconA (HINSTANCE hinst, LPCSTR lpszIcon) |
HICON WIN32API | LoadIconW (HINSTANCE hinst, LPCWSTR lpszIcon) |
HCURSOR WIN32API | LoadCursorA (HINSTANCE hinst, LPCSTR lpszCursor) |
HCURSOR WIN32API | LoadCursorW (HINSTANCE hinst, LPCWSTR lpszCursor) |
HCURSOR WIN32API | LoadCursorFromFileW (LPCWSTR name) |
HCURSOR WIN32API | LoadCursorFromFileA (LPCSTR name) |
HANDLE | LoadBitmapW (HINSTANCE hinst, LPCWSTR lpszName, int cxDesired, int cyDesired, UINT fuLoad) |
HANDLE | CopyBitmap (HANDLE hBitmap, DWORD desiredx, DWORD desiredy) |
HBITMAP WIN32API | LoadBitmapA (HINSTANCE hinst, LPCSTR lpszBitmap) |
HBITMAP WIN32API | LoadBitmapW (HINSTANCE hinst, LPCWSTR lpszBitmap) |
HANDLE WIN32API | LoadImageA (HINSTANCE hinst, LPCSTR lpszName, UINT uType, int cxDesired, int cyDesired, UINT fuLoad) |
HANDLE WIN32API | LoadImageW (HINSTANCE hinst, LPCWSTR lpszName, UINT uType, int cxDesired, int cyDesired, UINT fuLoad) |
HICON WINAPI | CopyImage (HANDLE hnd, UINT type, INT desiredx, INT desiredy, UINT flags) |
|
Definition at line 30 of file loadres.cpp. |
|
Definition at line 35 of file loadres.cpp. Referenced by MSGBOX_OnInit().
|
|
Definition at line 60 of file loadres.cpp. Referenced by LoadStringA(), MDICreateChild(), and MDI_MenuDeleteItem().
|
|
Definition at line 104 of file loadres.cpp. Referenced by MSGBOX_OnInit(), and STATIC_LoadIcon().
|
|
Definition at line 114 of file loadres.cpp. |
|
Definition at line 124 of file loadres.cpp. Referenced by BUTTON_Register(), COMBOBOX_Register(), COMBOLBOX_Register(), DESKTOP_Register(), DIALOG_Register(), EDIT_Register(), ICONTITLE_Register(), LISTBOX_Register(), MDICLIENT_Register(), POPUPMENU_Register(), SCROLLBAR_Register(), STATIC_Register(), and WINSWITCH_Register().
|
|
Definition at line 131 of file loadres.cpp. |
|
Definition at line 139 of file loadres.cpp. |
|
Definition at line 147 of file loadres.cpp. |
|
Definition at line 155 of file loadres.cpp. |
|
Definition at line 295 of file loadres.cpp. Referenced by CopyImage().
|
|
Definition at line 321 of file loadres.cpp. Referenced by BUTTON_Create(), MENU_Init(), and STATIC_LoadBitmap().
|
|
Definition at line 337 of file loadres.cpp. Referenced by CreateMDIMenuBitmap(), LoadImageW(), and MDIClientWndProc_common().
|
|
Definition at line 352 of file loadres.cpp. Referenced by LoadBitmapA(), LoadCursorA(), LoadCursorFromFileA(), and LoadIconA().
|
|
Definition at line 377 of file loadres.cpp. Referenced by LoadCursorFromFileW(), LoadCursorW(), LoadIconW(), and LoadImageA().
|
|
Definition at line 451 of file loadres.cpp. Referenced by RegisterClassA(), and RegisterClassW().
|