Skip to content

Latest commit

 

History

History
93 lines (68 loc) · 2.92 KB

ns-shlobj_core-exp_darwin_link.md

File metadata and controls

93 lines (68 loc) · 2.92 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:shlobj_core.EXP_DARWIN_LINK
EXP_DARWIN_LINK (shlobj_core.h)
Holds an extra data block used by IShellLinkDataList. It holds the link's Windows Installer ID.
*LPEXP_DARWIN_LINK
EXP_DARWIN_ID_SIG
EXP_DARWIN_LINK
EXP_DARWIN_LINK structure [Windows Shell]
LPEXP_DARWIN_LINK
LPEXP_DARWIN_LINK structure pointer [Windows Shell]
_win32_EXP_DARWIN_LINK_str
shell.EXP_DARWIN_LINK_str
shlobj_core/EXP_DARWIN_LINK
shlobj_core/LPEXP_DARWIN_LINK
shell\EXP_DARWIN_LINK_str.htm
shell
016c539e-6035-4752-99b6-71e2d7199bf0
12/05/2018
*LPEXP_DARWIN_LINK, EXP_DARWIN_ID_SIG, EXP_DARWIN_LINK, EXP_DARWIN_LINK structure [Windows Shell], LPEXP_DARWIN_LINK, LPEXP_DARWIN_LINK structure pointer [Windows Shell], _win32_EXP_DARWIN_LINK_str, shell.EXP_DARWIN_LINK_str, shlobj_core/EXP_DARWIN_LINK, shlobj_core/LPEXP_DARWIN_LINK
shlobj_core.h
Shlobj.h
Windows
Windows 2000 Professional, Windows XP [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
EXP_DARWIN_LINK, *LPEXP_DARWIN_LINK
19H1
LPEXP_DARWIN_LINK
shlobj_core/LPEXP_DARWIN_LINK
EXP_DARWIN_LINK
shlobj_core/EXP_DARWIN_LINK
c++
APIRef
kbSyntax
HeaderDef
shlobj_core.h
EXP_DARWIN_LINK

EXP_DARWIN_LINK structure

-description

Holds an extra data block used by IShellLinkDataList. It holds the link's Windows Installer ID.

-struct-fields

-field 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.

EXP_DARWIN_ID_SIG

The EXP_DARWIN_LINK structure contains a Windows Installer ID.

-field DUMMYSTRUCTNAME

-field szDarwinID

Type: __wchar_t[MAX_PATH]

The link's ID in the form of an ANSI string.

-field 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.

-see-also

IShellLinkDataList::GetFlags