ReactOS 0.4.15-dev-5667-ged97270
|
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 146 of file createlink.c.
Referenced by FinishDlgProc().
BOOL CreateShortcut | ( | PCREATE_LINK_CONTEXT | pContext | ) |
Definition at line 75 of file createlink.c.
Referenced by FinishDlgProc().
Definition at line 183 of file createlink.c.
Referenced by FinishDlgProc().
BOOL DoValidateShortcutName | ( | PCREATE_LINK_CONTEXT | pContext | ) |
Definition at line 200 of file createlink.c.
Referenced by FinishDlgProc().
Definition at line 364 of file createlink.c.
Referenced by ShowCreateShortcutWizard().
Definition at line 36 of file createlink.c.
Referenced by CreateShortcut().
Definition at line 176 of file createlink.c.
Referenced by FinishDlgProc(), and WelcomeDlgProc().
Definition at line 19 of file createlink.c.
Referenced by IsExtensionAShortcut().
Definition at line 617 of file createlink.c.
Definition at line 609 of file createlink.c.
Definition at line 488 of file createlink.c.
Referenced by ShowCreateShortcutWizard().
Definition at line 505 of file createlink.c.
Referenced by NewLinkHereA(), and NewLinkHereW().
Definition at line 227 of file createlink.c.
Referenced by ShowCreateShortcutWizard().