Searched refs:PERSIST_LARGEICONS (Results 1 – 1 of 1) sorted by relevance
222 #define PERSIST_LARGEICONS 0x0002 macro286 … if ( m_nIconSize ) nFlags |= PERSIST_LARGEICONS; // at the moment, this is quasi boolean in write()349 m_nIconSize = ( nFlags & PERSIST_LARGEICONS ) ? 1 : 0; in read()
Completed in 6 milliseconds