Process Hacker
guisupp.h File Reference
#include <shlobj.h>

Go to the source code of this file.

Macros

#define CINTERFACE
 
#define COBJMACROS
 

Typedefs

typedef HRESULT(WINAPI * _SetWindowTheme )(_In_ HWND hwnd, _In_ LPCWSTR pszSubAppName, _In_ LPCWSTR pszSubIdList)
 
typedef HRESULT(WINAPI * _SHCreateShellItem )(_In_opt_ PCIDLIST_ABSOLUTE pidlParent, _In_opt_ IShellFolder *psfParent, _In_ PCUITEMID_CHILD pidl, _Out_ IShellItem **ppsi)
 
typedef HRESULT(WINAPI * _SHOpenFolderAndSelectItems )(_In_ PCIDLIST_ABSOLUTE pidlFolder, _In_ UINT cidl, _In_reads_opt_(cidl) PCUITEMID_CHILD_ARRAY *apidl, _In_ DWORD dwFlags)
 
typedef HRESULT(WINAPI * _SHParseDisplayName )(_In_ LPCWSTR pszName, _In_opt_ IBindCtx *pbc, _Out_ PIDLIST_ABSOLUTE *ppidl, _In_ SFGAOF sfgaoIn, _Out_ SFGAOF *psfgaoOut)
 

Variables

_SetWindowTheme SetWindowTheme_I
 
_SHCreateShellItem SHCreateShellItem_I
 
_SHOpenFolderAndSelectItems SHOpenFolderAndSelectItems_I
 
_SHParseDisplayName SHParseDisplayName_I
 

Macro Definition Documentation

#define CINTERFACE

Definition at line 4 of file guisupp.h.

#define COBJMACROS

Definition at line 5 of file guisupp.h.

Typedef Documentation

typedef HRESULT(WINAPI * _SetWindowTheme)(_In_ HWND hwnd, _In_ LPCWSTR pszSubAppName, _In_ LPCWSTR pszSubIdList)

Definition at line 10 of file guisupp.h.

typedef HRESULT(WINAPI * _SHCreateShellItem)(_In_opt_ PCIDLIST_ABSOLUTE pidlParent, _In_opt_ IShellFolder *psfParent, _In_ PCUITEMID_CHILD pidl, _Out_ IShellItem **ppsi)

Definition at line 16 of file guisupp.h.

typedef HRESULT(WINAPI * _SHOpenFolderAndSelectItems)(_In_ PCIDLIST_ABSOLUTE pidlFolder, _In_ UINT cidl, _In_reads_opt_(cidl) PCUITEMID_CHILD_ARRAY *apidl, _In_ DWORD dwFlags)

Definition at line 23 of file guisupp.h.

typedef HRESULT(WINAPI * _SHParseDisplayName)(_In_ LPCWSTR pszName, _In_opt_ IBindCtx *pbc, _Out_ PIDLIST_ABSOLUTE *ppidl, _In_ SFGAOF sfgaoIn, _Out_ SFGAOF *psfgaoOut)

Definition at line 30 of file guisupp.h.

Variable Documentation

_SetWindowTheme SetWindowTheme_I

Definition at line 30 of file guisup.c.

_SHCreateShellItem SHCreateShellItem_I

Definition at line 39 of file guisup.c.

_SHOpenFolderAndSelectItems SHOpenFolderAndSelectItems_I

Definition at line 40 of file guisup.c.

_SHParseDisplayName SHParseDisplayName_I

Definition at line 41 of file guisup.c.