EXP_DARWIN_LINK structure
Holds an extra data block used by IShellLinkDataList. It holds the link's Windows Installer ID.
Syntax
typedef struct { DATABLOCK_HEADER dbh; __wchar_t szDarwinID[MAX_PATH]; WCHAR szwDarwinID[MAX_PATH]; } EXP_DARWIN_LINK, *LPEXP_DARWIN_LINK;
Members
- dbh
-
Type: DATABLOCK_HEADER
-
DATABLOCK_HEADER structure stating the size and signature of the EXP_DARWIN_LINK structure. The following is the only recognized signature value.
- szDarwinID
-
Type: __wchar_t[MAX_PATH]
-
The link's ID in the form of an ANSI string.
- szwDarwinID
-
Type: WCHAR[MAX_PATH]
-
The link's ID in the form of an Unicode string.
Remarks
IShellLinkDataList::GetFlags returns the flag SLDF_HAS_DARWINID for links that have a darwin signature.
Requirements
|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Show: