 |
ShellAbout Add comment W32 Constants Translate this page |
 |
 |
|
Displays a Shell About dialog box |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
int ShellAbout (
HWND hWnd, // handle of parent window
LPCTSTR szApp, // title bar and first line text
LPCTSTR szOtherStuff, // other dialog text
HICON hIcon // icon to display
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER ShellAbout IN shell32;
INTEGER hwnd,;
STRING szApp,;
STRING szOtherStuff,;
INTEGER hIcon
|
 |
 |
 |
| Parameters: |
 |
hWnd
Identifies a parent window
szApp
Points to text that the function displays in the title bar of the Shell About dialog box
szOtherStuff
Points to text that the function displays in the dialog box after the version and copyright information
hIcon
Identifies an icon that the function displays in the dialog box |
 |
 |
| Return value: |
 |
| If the function succeeds in displaying the dialog box, the return value is TRUE |
 |
 |
| Word Index links for the ShellAbout : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-07-12 12:00:00 | | Modified: | 2001-11-26 16:02:24 | Visited in last 7 days: 21 |