Expand Minimize
This topic has not yet been rated - Rate this topic

ILIsEmpty function

Verifies whether an ITEMIDLIST structure is empty.

Syntax


BOOL ILIsEmpty(
  _In_  PCUID_RELATIVE pidl
);

Parameters

pidl [in]

Type: PCUID_RELATIVE

A pointer to the ITEMIDLIST structure to be checked.

Return value

Type: BOOL

TRUE if the pidl parameter is NULL or the ITEMIDLIST structure pointed to by pidl is empty; otherwise FALSE.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shlobj.h

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.