 |
 |
 |
|
|  |  |
 |
LoadImage ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The LoadImage function loads an icon, cursor, animated cursor, or bitmap. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
HANDLE LoadImage(
HINSTANCE hinst, // handle to instance
LPCTSTR lpszName, // image to load
UINT uType, // image type
int cxDesired, // desired width
int cyDesired, // desired height
UINT fuLoad // load options
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER LoadImage IN user32;
INTEGER hinst,;
STRING lpszName,;
INTEGER uType,;
INTEGER cxDesired,;
INTEGER cyDesired,;
INTEGER fuLoad
|
 |  |  | | Parameters: |  | hinst
[in] Handle to an instance of the module that contains the image to be loaded. To load an OEM image, set this parameter to zero.
lpszName
[in] Specifies the image to load.
uType
[in] Specifies the type of image to be loaded.
cxDesired
[in] Specifies the width, in pixels, of the icon or cursor.
cyDesired
[in] Specifies the height, in pixels, of the icon or cursor.
fuLoad
[in] This parameter can be one or more of the predefined values. |
 |  | | Return value: |  | | If the function succeeds, the return value is the handle of the newly loaded image. If the function fails, the return value is NULL. |
 |  | | Word Index links for the LoadImage : |  | |
|
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2001-12-10 18:36:35 | | Modified: | 2001-12-10 18:38:59 | Visited in last 7 days: 48 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|