Home
last modified time | relevance | path

Searched refs:ENDSIG (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/shell32/folders/
H A DCRecycleBin.cpp78 …enum { ENDSIG = MAKEWORD('K', 'I') }; // "Killed item". MUST have the low bit set so _ILGetFileStr… enumerator
99 if (pEnd->EndSignature == BBITEMFOOTER::ENDSIG && pEnd->DataSize >= mindatasize) in ValidateItem()
139 footer->EndSignature = BBITEMFOOTER::ENDSIG; in CreateItem()