Funzione ILIsEmpty (shlobj_core.h)
Verifica se una struttura ITEMIDLIST è vuota.
BOOL ILIsEmpty(
[in] PCUIDLIST_RELATIVE pidl
);
[in] pidl
Tipo: PCUID_RELATIVE
Puntatore alla struttura ITEMIDLIST da controllare.
Tipo: BOOL
TRUE se il parametro pidl è NULL o la struttura ITEMIDLIST a cui punta pidl è vuota; in caso contrario FALSE.
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | shlobj_core.h (includere Shlobj.h) |