Searched refs:DFCS_CAPTIONRESTORE (Results 1 – 6 of 6) sorted by relevance
255 case DFCS_CAPTIONRESTORE: in MyDrawFrameCaption()
835 ((Style & WS_MINIMIZE) ? DFCS_CAPTIONRESTORE : DFCS_CAPTIONMIN) | in UserDrawCaptionButton()854 ((Style & WS_MAXIMIZE) ? DFCS_CAPTIONRESTORE : DFCS_CAPTIONMAX) | in UserDrawCaptionButton()
810 case DFCS_CAPTIONRESTORE: in UITOOLS95_DrawFrameCaption()
1720 flags = DFCS_CAPTIONRESTORE; in MENU_DrawBitmapItem()
829 case DFCS_CAPTIONRESTORE: in UITOOLS95_DrawFrameCaption()
483 #define DFCS_CAPTIONRESTORE 3 macro