Windows Mobile Shortcuts

By 42Gears Team
How to create a Shortcut on the device
How shortcuts work (Tech stuff for developers)
SHCreateShortcut
BOOL SHCreateShortcutExample() { // Create a shortcut called myAppShortcut.lnk, // that links to the target file in \, named myApp.exe. // Place the shortcut in the folder Windows. return SHCreateShortcut(TEXT("\Windows\myAppShortcut.lnk"), TEXT("\myApp.exe")); }

“Written with expertise and passion to help you understand the topic better.”

4
42Gears Team – Content Author
Published on: September 16, 2009

Subscribe to our newsletter

Stay updated with the latest news, articles, and resources on enterprise mobility.

Weekly articles
Actionable insights delivered once a week. No noise.
No spam
Your privacy matters. Unsubscribe anytime.