ReactOS 0.4.16-dev-477-g6ada597
|
#include "precomp.h"
Go to the source code of this file.
|
static |
Definition at line 47 of file propsheet.cpp.
Referenced by SHELL32_OpenPropSheet().
HPROPSHEETPAGE SH_CreatePropertySheetPage | ( | WORD | wDialogId, |
DLGPROC | pfnDlgProc, | ||
LPARAM | lParam, | ||
LPCWSTR | pwszTitle | ||
) |
Definition at line 208 of file propsheet.cpp.
Referenced by CDrvDefExt::AddPages(), CFileDefExt::AddPages(), CFolderOptions::AddPages(), RecycleBin_AddPropSheetPages(), and ShowFolderOptionsDialogThreadProc().
HPROPSHEETPAGE SH_CreatePropertySheetPageEx | ( | WORD | wDialogId, |
DLGPROC | pfnDlgProc, | ||
LPARAM | lParam, | ||
LPCWSTR | pwszTitle, | ||
LPFNPSPCALLBACK | Callback | ||
) |
Definition at line 188 of file propsheet.cpp.
Referenced by CShellLink::AddPages(), CDrvDefExt::AddPages(), CFileDefExt::AddPages(), CFolderOptions::AddPages(), and SH_CreatePropertySheetPage().
|
static |
Definition at line 121 of file propsheet.cpp.
Referenced by SHOpenPropSheetW().
|
static |
Definition at line 87 of file propsheet.cpp.
Referenced by SHELL32_OpenPropSheet().
|
static |
Definition at line 67 of file propsheet.cpp.
Referenced by SHELL32_PropertySheet().
Definition at line 13 of file propsheet.cpp.
Referenced by SHELL32_OpenPropSheet().
|
static |
Definition at line 26 of file propsheet.cpp.
Referenced by AddPropSheetHandlerPages().
EXTERN_C BOOL WINAPI SHOpenPropSheetW | ( | _In_opt_ LPCWSTR | pszCaption, |
_In_opt_ HKEY * | ahKeys, | ||
_In_ UINT | cKeys, | ||
_In_ const CLSID * | pclsidDefault, | ||
_In_ IDataObject * | pDataObject, | ||
_In_opt_ IShellBrowser * | pShellBrowser, | ||
_In_opt_ LPCWSTR | pszStartPage | ||
) |
Definition at line 169 of file propsheet.cpp.
Referenced by SHOpenPropSheetA(), and ShellPropSheetDialog::Show().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |