structure EXP_SPECIAL_FOLDER (shlobj_core.h)
Contient un bloc de données supplémentaire utilisé par IShellLinkDataList. Il contient des informations de dossier spéciales.
Syntaxe
typedef struct {
DWORD cbSize;
DWORD dwSignature;
DWORD idSpecialFolder;
DWORD cbOffset;
} EXP_SPECIAL_FOLDER, *LPEXP_SPECIAL_FOLDER;
Membres
cbSize
Type : DWORD
Taille de la structure EXP_SPECIAL_FOLDER .
dwSignature
Type : DWORD
Signature de la structure. Il doit être défini sur EXP_SPECIAL_FOLDER_SIG.
idSpecialFolder
Type : DWORD
ID du dossier spécial dans lequel pointe le lien.
cbOffset
Type : DWORD
Décalage dans le PIDL enregistré.
Configuration requise
Client minimal pris en charge | Windows 2000 Professionnel, Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
En-tête | shlobj_core.h (inclure Shlobj.h) |