Click here to Skip to main content
15,880,543 members
Articles / Programming Languages / C++

HookAPI source code

Rate me:
Please Sign up or sign in to vote.
3.09/5 (36 votes)
31 Jan 20052 min read 389.4K   9.6K   117  
A system wide api source code for windows api hook developpers
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=gb2312" http-equiv=Content-Type></HEAD>
<BODY><XMP>; 
;   shell32.def
;
;   Exports for SHELL32 DLL
;
;   Copyright (C) 1998 Free Software Foundation, Inc.
;   Created by J.J. van der Heijden <J.J.vanderHeijden@student.utwente.nl>
;   
;   This file is part of the Windows32 API Library.
;   Based on the November 1997 Platform SDK
;
;   This library is free software; you can redistribute it and/or
;   modify it under the terms of the GNU Library General Public
;   License as published by the Free Software Foundation; either
;   version 2 of the License, or (at your option) any later version.
;   
;   This library is distributed in the hope that it will be useful,
;   but WITHOUT ANY WARRANTY; without even the implied warranty of
;   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
;   Library General Public License for more details.
;
;   You should have received a copy of the GNU Library General Public
;   License along with this library; see the file COPYING.LIB.
;   If not, write to the Free Software Foundation, 
;   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
;
LIBRARY SHELL32
EXPORTS
WOWShellExecute@28
StrStrW@8
StrStrIW@8
StrStrIA@8
StrStrA@8
StrRStrW@12
StrRStrIW@12
StrRStrIA@12
StrRStrA@12
StrRChrW@12
StrRChrIW@12
StrRChrIA@12
StrRChrA@12
StrNCpyW@12
StrNCpyA@12
StrNCmpW@12
StrNCmpIW@12
StrNCmpIA@12
StrNCmpA@12
StrCpyNW@12
StrCpyNA@12
StrCmpNW@12
StrCmpNIW@12
StrCmpNIA@12
StrCmpNA@12
StrChrW@8
StrChrIW@8
StrChrIA@8
StrChrA@8
Shell_NotifyIconW@8
Shell_NotifyIconA@8
Shell_NotifyIcon@8
ShellHookProc@12
ShellExecuteW@24
ShellExecuteExW@4
ShellExecuteExA@4
ShellExecuteEx@4
ShellExecuteA@24
ShellAboutW@16
ShellAboutA@16
SheShortenPathW@8
SheShortenPathA@8
SheSetCurDrive@4
SheRemoveQuotesW@4
SheRemoveQuotesA@4
SheGetPathOffsetW@4
SheGetDirW@8
SheGetDirExW@12
SheGetDirA@8
SheGetCurDrive@0
SheFullPathW@12
SheFullPathA@12
SheConvertPathW@12
SheChangeDirW@4
SheChangeDirExW@4
SheChangeDirExA@4
SheChangeDirA@4
SHUpdateRecycleBinIcon@0
SHQueryRecycleBinW@8
SHQueryRecycleBinA@8
SHLoadInProc@4
SHInvokePrinterCommandW@20
SHInvokePrinterCommandA@20
SHGetSpecialFolderPathW@16
SHGetSpecialFolderPathA@16
SHGetSpecialFolderLocation@12
SHGetPathFromIDListW@8
SHGetPathFromIDListA@8
SHGetPathFromIDList@8
SHGetNewLinkInfo@20
SHGetMalloc@4
SHGetInstanceExplorer@4
SHGetFileInfoW@20
SHGetFileInfoA@20
SHGetFileInfo@20
SHGetDesktopFolder@4
SHGetDataFromIDListW@20
SHGetDataFromIDListA@20
SHFreeNameMappings@4
SHFormatDrive@16
SHFileOperationW@4
SHFileOperationA@4
SHFileOperation@4
SHEmptyRecycleBinW@12
SHEmptyRecycleBinA@12
SHChangeNotify@16
SHBrowseForFolderW@4
SHBrowseForFolderA@4
SHBrowseForFolder@4
SHAppBarMessage@8
SHAddToRecentDocs@8
RegenerateUserEnvironment@8
RealShellExecuteW@40
RealShellExecuteExW@44
RealShellExecuteExA@44
RealShellExecuteA@40
InternalExtractIconListW@12
InternalExtractIconListA@12
FreeIconList@8
FindExecutableW@12
FindExecutableA@12
FindExeDlgProc@16
ExtractVersionResource16W@8
ExtractIconW@12
ExtractIconResInfoW@20
ExtractIconResInfoA@20
ExtractIconExW@20
ExtractIconExA@20
ExtractIconEx@20
ExtractIconA@12
ExtractAssociatedIconW@12
ExtractAssociatedIconExW@16
ExtractAssociatedIconExA@16
ExtractAssociatedIconA@12
DuplicateIcon@8
DragQueryPoint@8
DragQueryFileW@16
DragQueryFileAorW@24
DragQueryFileA@16
DragQueryFile@16
DragFinish@4
DragAcceptFiles@8
DoEnvironmentSubstW@8
DoEnvironmentSubstA@8
CommandLineToArgvW@8
CheckEscapesW@8
CheckEscapesA@8
</XMP></BODY></HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
China China
An old C programmer in China.

Comments and Discussions