Searched refs:custInfo (Results 1 – 1 of 1) sorted by relevance
2532 TOOLBAR_INFO *infoPtr = custInfo ? custInfo->tbInfo : NULL; in TOOLBAR_CustomizeDialogProc()2537 custInfo = (PCUSTDLG_INFO)lParam; in TOOLBAR_CustomizeDialogProc()2540 if (custInfo) in TOOLBAR_CustomizeDialogProc()2547 infoPtr = custInfo->tbInfo; in TOOLBAR_CustomizeDialogProc()2550 nmtb.iItem = custInfo->tbInfo->nNumButtons; in TOOLBAR_CustomizeDialogProc()2565 for (i = 0; i < custInfo->tbInfo->nNumButtons; i++) in TOOLBAR_CustomizeDialogProc()2753 TOOLBAR_Cust_RemoveButton(custInfo, hwnd, index); in TOOLBAR_CustomizeDialogProc()2771 TOOLBAR_Cust_AddButton(custInfo, hwnd, index, indexto); in TOOLBAR_CustomizeDialogProc()3396 CUSTDLG_INFO custInfo; in TOOLBAR_Customize() local3400 custInfo.tbInfo = infoPtr; in TOOLBAR_Customize()[all …]