|

A small MFC class that wraps the Windows Shell's shortcut API.
Interface
| | Name | Description |
 | Init | Initialize subsystem. |
 | Done | Destroy subsystem. |
 | IsSupported | Are shortcuts supported (wasn't on Windows 3.1 and WinNT 3.51) |
 | CreateFolder | Create a shell folder. |
 | DeleteFolder | Delete a shell folder. |
 | FocusFolder | Set focus on a particular folder. |
 | CreateItem | Create a new shortcut. |
 | DeleteItem | Delete a shortcut. |
Source Code Dependencies
Microsoft MFC Library
My Global MFC functions
Download Files
|
 |