mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
* Shell32 (a forked module) was jealous because of shlwapi getting synced.
svn path=/trunk/; revision=57430
This commit is contained in:
@@ -134,6 +134,30 @@ DWORD WINAPI SHNetConnectionDialog(
|
||||
LPCWSTR lpstrRemoteName,
|
||||
DWORD dwType);
|
||||
|
||||
/****************************************************************************
|
||||
* Memory Routines
|
||||
*/
|
||||
|
||||
/* The Platform SDK's shlobj.h header defines similar functions with a
|
||||
* leading underscore. However those are unusable because of the leading
|
||||
* underscore, because they have an incorrect calling convention, and
|
||||
* because these functions are not exported by name anyway.
|
||||
*/
|
||||
HANDLE WINAPI SHAllocShared(
|
||||
LPVOID pv,
|
||||
ULONG cb,
|
||||
DWORD pid);
|
||||
|
||||
BOOL WINAPI SHFreeShared(
|
||||
HANDLE hMem,
|
||||
DWORD pid);
|
||||
|
||||
LPVOID WINAPI SHLockShared(
|
||||
HANDLE hMem,
|
||||
DWORD pid);
|
||||
|
||||
BOOL WINAPI SHUnlockShared(LPVOID pv);
|
||||
|
||||
/****************************************************************************
|
||||
* Cabinet Window Messages
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user