HomeSort by relevance Sort by last modified time
    Searched refs:SHSTDAPI_ (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shellapi.h 22 #define SHSTDAPI_(type) EXTERN_C DECLSPEC_IMPORT type WINAPI
25 #define SHSTDAPI_(type) STDAPI_(type)
57 SHSTDAPI_(UINT) DragQueryFileA(HDROP,UINT,LPSTR,UINT);
58 SHSTDAPI_(UINT) DragQueryFileW(HDROP,UINT,LPWSTR,UINT);
59 SHSTDAPI_(WINBOOL) DragQueryPoint(HDROP,LPPOINT);
60 SHSTDAPI_(void) DragFinish(HDROP);
61 SHSTDAPI_(void) DragAcceptFiles(HWND,WINBOOL);
62 SHSTDAPI_(HINSTANCE) ShellExecuteA(HWND hwnd,LPCSTR lpOperation,LPCSTR lpFile,LPCSTR lpParameters,LPCSTR lpDirectory,INT nShowCmd);
63 SHSTDAPI_(HINSTANCE) ShellExecuteW(HWND hwnd,LPCWSTR lpOperation,LPCWSTR lpFile,LPCWSTR lpParameters,LPCWSTR lpDirectory,INT nShowCmd);
64 SHSTDAPI_(HINSTANCE) FindExecutableA(LPCSTR lpFile,LPCSTR lpDirectory,LPSTR lpResult)
    [all...]
shlobj.h 39 #define SHSTDAPI_(type) STDAPI_(type)
42 #define SHSTDAPI_(type) EXTERN_C DECLSPEC_IMPORT type WINAPI
102 SHSTDAPI_(void *) SHAlloc(SIZE_T cb);
103 SHSTDAPI_(void) SHFree(void *pv);
367 SHSTDAPI_(int) SHGetIconOverlayIndexA(LPCSTR pszIconPath,int iIconIndex);
368 SHSTDAPI_(int) SHGetIconOverlayIndexW(LPCWSTR pszIconPath,int iIconIndex);
774 SHSTDAPI_(WINBOOL) SHGetPathFromIDListA(LPCITEMIDLIST pidl,LPSTR pszPath);
775 SHSTDAPI_(WINBOOL) SHGetPathFromIDListW(LPCITEMIDLIST pidl,LPWSTR pszPath);
776 SHSTDAPI_(int) SHCreateDirectory(HWND hwnd,LPCWSTR pszPath);
777 SHSTDAPI_(int) SHCreateDirectoryExA(HWND hwnd,LPCSTR pszPath,SECURITY_ATTRIBUTES *psa)
    [all...]

Completed in 112 milliseconds