ReactOS 0.4.16-dev-250-g3ecd236
|
#include "appwiz.h"
#include <commctrl.h>
#include <shellapi.h>
#include <strsafe.h>
#include <shlwapi_undoc.h>
#include "../../win32/shell32/shresdef.h"
Go to the source code of this file.
Functions | |
BOOL | IsShortcut (HKEY hKey) |
BOOL | IsExtensionAShortcut (LPWSTR lpExtension) |
BOOL | CreateShortcut (PCREATE_LINK_CONTEXT pContext) |
BOOL | CreateInternetShortcut (PCREATE_LINK_CONTEXT pContext) |
BOOL | IsInternetLocation (LPCWSTR pszLocation) |
void | DoConvertNameForFileSystem (LPWSTR szName) |
BOOL | DoValidateShortcutName (PCREATE_LINK_CONTEXT pContext) |
INT_PTR CALLBACK | WelcomeDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
INT_PTR CALLBACK | FinishDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static int CALLBACK | PropSheetProc (HWND hwndDlg, UINT uMsg, LPARAM lParam) |
LONG CALLBACK | ShowCreateShortcutWizard (HWND hwndCPl, LPCWSTR szPath) |
LONG CALLBACK | NewLinkHereW (HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
LONG CALLBACK | NewLinkHereA (HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
BOOL CreateInternetShortcut | ( | PCREATE_LINK_CONTEXT | pContext | ) |
Definition at line 121 of file createlink.c.
Referenced by FinishDlgProc().
BOOL CreateShortcut | ( | PCREATE_LINK_CONTEXT | pContext | ) |
Definition at line 77 of file createlink.c.
Referenced by FinishDlgProc().
Definition at line 158 of file createlink.c.
Referenced by FinishDlgProc().
BOOL DoValidateShortcutName | ( | PCREATE_LINK_CONTEXT | pContext | ) |
Definition at line 175 of file createlink.c.
Referenced by FinishDlgProc().
Definition at line 369 of file createlink.c.
Referenced by ShowCreateShortcutWizard().
Definition at line 38 of file createlink.c.
Referenced by CreateShortcut().
Definition at line 151 of file createlink.c.
Referenced by FinishDlgProc(), and WelcomeDlgProc().
Definition at line 21 of file createlink.c.
Referenced by IsExtensionAShortcut().
Definition at line 643 of file createlink.c.
Definition at line 635 of file createlink.c.
Referenced by NewLinkHereA().
Definition at line 512 of file createlink.c.
Referenced by ShowCreateShortcutWizard().
Definition at line 529 of file createlink.c.
Referenced by NewLinkHereW().
Definition at line 202 of file createlink.c.
Referenced by ShowCreateShortcutWizard().