File:  [WindowsNT SDKs] / mstools / h / strict / shellapi.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:20:36 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-jun-1992, HEAD
Microsoft Windows NT Build 297 06-28-1992

#ifndef _SHELLAPI_INCLUDED_
#define _SHELLAPI_INCLUDED_

/*
 *  shell.h
 *
 *  Header file for shell association database management functions
 */


//****************************************************************************
// THIS INFORMATION IS PUBLIC

/* API exports from the library
 */

WORD APIENTRY DragQueryFile(HANDLE,WORD,LPSTR,WORD);
BOOL APIENTRY DragQueryPoint(HANDLE,LPPOINT);
VOID APIENTRY DragFinish(HANDLE);
VOID APIENTRY DragAcceptFiles(HWND,BOOL);

HICON  APIENTRY ExtractIcon(HANDLE hInst, LPSTR lpszExeFileName, WORD nIconIndex);

/* error values for ShellExecute() beyond the regular WinExec() codes */
#define SE_ERR_SHARE		 	26
#define SE_ERR_ASSOCINCOMPLETE  27
#define SE_ERR_DDETIMEOUT 		28
#define SE_ERR_DDEFAIL   		29
#define SE_ERR_DDEBUSY   		30
#define SE_ERR_NOASSOC   		31

HANDLE APIENTRY ShellExecute(HWND hwnd, LPSTR lpOperation, LPSTR lpFile, LPSTR lpParameters, LPSTR lpDirectory, WORD nShowCmd);
HANDLE APIENTRY FindExecutable(LPSTR lpFile, LPSTR lpDirectory, LPSTR lpResult);
				
INT   APIENTRY ShellAbout(HWND hWnd, LPSTR szApp, LPSTR szOtherStuff, HICON hIcon); 	/* ;Internal */
HICON APIENTRY DuplicateIcon(HANDLE hInst, HICON hIcon);				/* ;Internal */
HICON APIENTRY ExtractAssociatedIcon(HANDLE hInst, LPSTR lpIconPath, LPWORD lpiIcon);	/* ;Internal */

#endif // _SHELLAPI_INCLUDED_

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.