Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

loadres.cpp File Reference

#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:

Include dependency graph

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)


Define Documentation

#define DBG_LOCALLOG   DBG_loadres
 

Definition at line 30 of file loadres.cpp.


Function Documentation

INT WIN32API LoadStringA HINSTANCE    instance,
UINT    resource_id,
LPSTR    buffer,
INT    buflen
 

Definition at line 35 of file loadres.cpp.

Referenced by MSGBOX_OnInit().

int WIN32API LoadStringW HINSTANCE    hinst,
UINT    wID,
LPWSTR    lpBuffer,
int    cchBuffer
 

Definition at line 60 of file loadres.cpp.

Referenced by LoadStringA(), MDICreateChild(), and MDI_MenuDeleteItem().

HICON WIN32API LoadIconA HINSTANCE    hinst,
LPCSTR    lpszIcon
 

Definition at line 104 of file loadres.cpp.

Referenced by MSGBOX_OnInit(), and STATIC_LoadIcon().

HICON WIN32API LoadIconW HINSTANCE    hinst,
LPCWSTR    lpszIcon
 

Definition at line 114 of file loadres.cpp.

HCURSOR WIN32API LoadCursorA HINSTANCE    hinst,
LPCSTR    lpszCursor
 

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().

HCURSOR WIN32API LoadCursorW HINSTANCE    hinst,
LPCWSTR    lpszCursor
 

Definition at line 131 of file loadres.cpp.

HCURSOR WIN32API LoadCursorFromFileW LPCWSTR    name
 

Definition at line 139 of file loadres.cpp.

HCURSOR WIN32API LoadCursorFromFileA LPCSTR    name
 

Definition at line 147 of file loadres.cpp.

HANDLE LoadBitmapW HINSTANCE    hinst,
LPCWSTR    lpszName,
int    cxDesired,
int    cyDesired,
UINT    fuLoad
 

Definition at line 155 of file loadres.cpp.

HANDLE CopyBitmap HANDLE    hBitmap,
DWORD    desiredx,
DWORD    desiredy
 

Definition at line 295 of file loadres.cpp.

Referenced by CopyImage().

HBITMAP WIN32API LoadBitmapA HINSTANCE    hinst,
LPCSTR    lpszBitmap
 

Definition at line 321 of file loadres.cpp.

Referenced by BUTTON_Create(), MENU_Init(), and STATIC_LoadBitmap().

HBITMAP WIN32API LoadBitmapW HINSTANCE    hinst,
LPCWSTR    lpszBitmap
 

Definition at line 337 of file loadres.cpp.

Referenced by CreateMDIMenuBitmap(), LoadImageW(), and MDIClientWndProc_common().

HANDLE WIN32API LoadImageA HINSTANCE    hinst,
LPCSTR    lpszName,
UINT    uType,
int    cxDesired,
int    cyDesired,
UINT    fuLoad
 

Definition at line 352 of file loadres.cpp.

Referenced by LoadBitmapA(), LoadCursorA(), LoadCursorFromFileA(), and LoadIconA().

HANDLE WIN32API LoadImageW HINSTANCE    hinst,
LPCWSTR    lpszName,
UINT    uType,
int    cxDesired,
int    cyDesired,
UINT    fuLoad
 

Definition at line 377 of file loadres.cpp.

Referenced by LoadCursorFromFileW(), LoadCursorW(), LoadIconW(), and LoadImageA().

HICON WINAPI CopyImage HANDLE    hnd,
UINT    type,
INT    desiredx,
INT    desiredy,
UINT    flags
 

Definition at line 451 of file loadres.cpp.

Referenced by RegisterClassA(), and RegisterClassW().


Generated on Wed Jan 23 23:18:55 2002 for ODIN-user32 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001