mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:52:56 +00:00
declared SHCoCreateInstance()
svn path=/trunk/; revision=7497
This commit is contained in:
parent
0e1aea5234
commit
d3fbd8e582
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ extern "C" {
|
||||||
#include <shobjidl.h>
|
#include <shobjidl.h>
|
||||||
|
|
||||||
|
|
||||||
|
HRESULT WINAPI SHCoCreateInstance(LPCWSTR, const CLSID*, LPUNKNOWN, REFIID, LPVOID*);
|
||||||
|
|
||||||
BOOL WINAPI SHGetPathFromIDListA (LPCITEMIDLIST pidl,LPSTR pszPath);
|
BOOL WINAPI SHGetPathFromIDListA (LPCITEMIDLIST pidl,LPSTR pszPath);
|
||||||
BOOL WINAPI SHGetPathFromIDListW (LPCITEMIDLIST pidl,LPWSTR pszPath);
|
BOOL WINAPI SHGetPathFromIDListW (LPCITEMIDLIST pidl,LPWSTR pszPath);
|
||||||
#define SHGetPathFromIDList WINELIB_NAME_AW(SHGetPathFromIDList)
|
#define SHGetPathFromIDList WINELIB_NAME_AW(SHGetPathFromIDList)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue