Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 661 of file help.c.
Referenced by TB_AddButtonsFromFlags().
{ /* FIXME: Load the correct button bitmaps */ pButtons[dwIndex].iBitmap = STD_PRINT; pButtons[dwIndex].idCommand = dwID; pButtons[dwIndex].fsState = TBSTATE_ENABLED; pButtons[dwIndex].fsStyle = BTNS_BUTTON; pButtons[dwIndex].dwData = 0; pButtons[dwIndex].iString = 0; }