分类: C/C++
2008-05-27 11:33:16
Platform Builder for microsoft CE 5.0
SHGetShortcutTarget
Send Feedback
This function retrieves the shortcut's target path. A remote application interface (RAPI) version of this function exists, CeSHGetShortcutTarget (RAPI).
BOOL SHGetShortcutTarget(
LPTSTR szShortcut,
LPTSTR szTarget,
int cbMax
);
szShortcut
[in] Null-terminated string that contains the name of the shortcut.
szTarget
[in] Null-terminated string that gets the target path of the shortcut. The buffer must be at least cbMax characters long.
cbMax
[in] Maximum number of characters that can be copied to the buffer.
TRUE indicates success. FALSE indicates failure.
Name |
Value |
4 |
00 00 00 00 00 00 00 00 |
3 |
0 |
2 |
0 |
1 |
ppt.exe |
0 |
BlackWindow |