ReactOS 0.4.15-dev-6662-g1b3eed5
|
#include "appwiz.h"
#include <commctrl.h>
#include <shellapi.h>
#include <strsafe.h>
#include <shlwapi_undoc.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 149 of file createlink.c.
Referenced by FinishDlgProc().
BOOL CreateShortcut | ( | PCREATE_LINK_CONTEXT | pContext | ) |
Definition at line 76 of file createlink.c.
Referenced by FinishDlgProc().
Definition at line 186 of file createlink.c.
Referenced by FinishDlgProc().
BOOL DoValidateShortcutName | ( | PCREATE_LINK_CONTEXT | pContext | ) |
Definition at line 203 of file createlink.c.
Referenced by FinishDlgProc().
Definition at line 387 of file createlink.c.
Referenced by ShowCreateShortcutWizard().
Definition at line 37 of file createlink.c.
Referenced by CreateShortcut().
Definition at line 179 of file createlink.c.
Referenced by FinishDlgProc(), and WelcomeDlgProc().
Definition at line 20 of file createlink.c.
Referenced by IsExtensionAShortcut().
Definition at line 635 of file createlink.c.
Definition at line 627 of file createlink.c.
Definition at line 506 of file createlink.c.
Referenced by ShowCreateShortcutWizard().
Definition at line 523 of file createlink.c.
Referenced by NewLinkHereA(), and NewLinkHereW().
Definition at line 230 of file createlink.c.
Referenced by ShowCreateShortcutWizard().