Searched defs:ILIsEmpty (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dshlobj.h586 inline WINBOOL ILIsEmpty(PCUIDLIST_RELATIVE p) { return (!p || p->mkid.cb == 0); } function
587 inline WINBOOL ILIsChild(PCUIDLIST_RELATIVE p) { return (ILIsEmpty (p) || ILIsEmpty (ILNext (p))); }
600 #define ILIsEmpty(P) (!(P) || (P)->mkid.cb == 0) macro
601 #define ILIsChild(P) (ILIsEmpty(P) || ILIsEmpty(ILNext(P)))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dshlobj.h586 inline WINBOOL ILIsEmpty(PCUIDLIST_RELATIVE p) { return (!p || p->mkid.cb == 0); } function
587 inline WINBOOL ILIsChild(PCUIDLIST_RELATIVE p) { return (ILIsEmpty (p) || ILIsEmpty (ILNext (p))); }
600 #define ILIsEmpty(P) (!(P) || (P)->mkid.cb == 0) macro
601 #define ILIsChild(P) (ILIsEmpty(P) || ILIsEmpty(ILNext(P)))

Completed in 207 milliseconds