ReactOS 0.4.16-dev-736-g28b802b
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static BOOL | GetDesktopPath (BOOL bCommonPath, LPWSTR lpDesktopPath) |
static BOOL | GetProgramsPath (BOOL bCommonPath, LPWSTR lpProgramsPath) |
BOOL WINAPI | AddDesktopItemA (BOOL bCommonItem, LPCSTR lpItemName, LPCSTR lpArguments, LPCSTR lpIconLocation, INT iIcon, LPCSTR lpWorkingDirectory, WORD wHotKey, INT iShowCmd) |
BOOL WINAPI | AddDesktopItemW (BOOL bCommonDesktop, LPCWSTR lpItemName, LPCWSTR lpArguments, LPCWSTR lpIconLocation, INT iIcon, LPCWSTR lpWorkingDirectory, WORD wHotKey, INT iShowCmd) |
BOOL WINAPI | DeleteDesktopItemA (BOOL bCommonItem, LPCSTR lpItemName) |
BOOL WINAPI | DeleteDesktopItemW (BOOL bCommonItem, LPCWSTR lpItemName) |
BOOL WINAPI | CreateGroupA (LPCSTR lpGroupName, BOOL bCommonGroup) |
BOOL WINAPI | CreateGroupW (LPCWSTR lpGroupName, BOOL bCommonGroup) |
BOOL WINAPI | DeleteGroupA (LPCSTR lpGroupName, BOOL bCommonGroup) |
BOOL WINAPI | DeleteGroupW (LPCWSTR lpGroupName, BOOL bCommonGroup) |
BOOL WINAPI | AddItemA (LPCSTR lpGroupName, BOOL bCommonGroup, LPCSTR lpItemName, LPCSTR lpArguments, LPCSTR lpIconLocation, INT iIcon, LPCSTR lpWorkingDirectory, WORD wHotKey, INT iShowCmd) |
BOOL WINAPI | AddItemW (LPCWSTR lpGroupName, BOOL bCommonGroup, LPCWSTR lpItemName, LPCWSTR lpArguments, LPCWSTR lpIconLocation, INT iIcon, LPCWSTR lpWorkingDirectory, WORD wHotKey, INT iShowCmd) |
BOOL WINAPI | DeleteItemA (LPCSTR lpGroupName, BOOL bCommonGroup, LPCSTR lpItemName, BOOL bDeleteGroup) |
BOOL WINAPI | DeleteItemW (LPCWSTR lpGroupName, BOOL bCommonGroup, LPCWSTR lpItemName, BOOL bDeleteGroup) |
BOOL WINAPI AddDesktopItemA | ( | BOOL | bCommonItem, |
LPCSTR | lpItemName, | ||
LPCSTR | lpArguments, | ||
LPCSTR | lpIconLocation, | ||
INT | iIcon, | ||
LPCSTR | lpWorkingDirectory, | ||
WORD | wHotKey, | ||
INT | iShowCmd | ||
) |
Definition at line 157 of file desktop.c.
BOOL WINAPI AddDesktopItemW | ( | BOOL | bCommonDesktop, |
LPCWSTR | lpItemName, | ||
LPCWSTR | lpArguments, | ||
LPCWSTR | lpIconLocation, | ||
INT | iIcon, | ||
LPCWSTR | lpWorkingDirectory, | ||
WORD | wHotKey, | ||
INT | iShowCmd | ||
) |
Definition at line 233 of file desktop.c.
Referenced by AddDesktopItemA().
BOOL WINAPI AddItemA | ( | LPCSTR | lpGroupName, |
BOOL | bCommonGroup, | ||
LPCSTR | lpItemName, | ||
LPCSTR | lpArguments, | ||
LPCSTR | lpIconLocation, | ||
INT | iIcon, | ||
LPCSTR | lpWorkingDirectory, | ||
WORD | wHotKey, | ||
INT | iShowCmd | ||
) |
Definition at line 552 of file desktop.c.
BOOL WINAPI AddItemW | ( | LPCWSTR | lpGroupName, |
BOOL | bCommonGroup, | ||
LPCWSTR | lpItemName, | ||
LPCWSTR | lpArguments, | ||
LPCWSTR | lpIconLocation, | ||
INT | iIcon, | ||
LPCWSTR | lpWorkingDirectory, | ||
WORD | wHotKey, | ||
INT | iShowCmd | ||
) |
Definition at line 653 of file desktop.c.
Referenced by AddItemA().
Definition at line 436 of file desktop.c.
Definition at line 459 of file desktop.c.
Referenced by AddItemW(), and CreateGroupA().
Definition at line 388 of file desktop.c.
Definition at line 412 of file desktop.c.
Referenced by DeleteDesktopItemA().
Definition at line 494 of file desktop.c.
Definition at line 517 of file desktop.c.
Referenced by DeleteGroupA().
BOOL WINAPI DeleteItemA | ( | LPCSTR | lpGroupName, |
BOOL | bCommonGroup, | ||
LPCSTR | lpItemName, | ||
BOOL | bDeleteGroup | ||
) |
Definition at line 813 of file desktop.c.
BOOL WINAPI DeleteItemW | ( | LPCWSTR | lpGroupName, |
BOOL | bCommonGroup, | ||
LPCWSTR | lpItemName, | ||
BOOL | bDeleteGroup | ||
) |
Definition at line 861 of file desktop.c.
Referenced by DeleteItemA().
Definition at line 38 of file desktop.c.
Referenced by AddDesktopItemW(), and DeleteDesktopItemW().
Definition at line 97 of file desktop.c.
Referenced by AddItemW(), CreateGroupW(), DeleteGroupW(), and DeleteItemW().