Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dtoolbar.c2059 str = lpTbb[iButton].iString; in TOOLBAR_InternalInsertButtonsT()
3538 if (lpTbb == NULL) in TOOLBAR_GetButton()
3545 lpTbb->iBitmap = btnPtr->iBitmap; in TOOLBAR_GetButton()
3546 lpTbb->idCommand = btnPtr->idCommand; in TOOLBAR_GetButton()
3547 lpTbb->fsState = btnPtr->fsState; in TOOLBAR_GetButton()
3548 lpTbb->fsStyle = btnPtr->fsStyle; in TOOLBAR_GetButton()
3549 lpTbb->bReserved[0] = 0; in TOOLBAR_GetButton()
3550 lpTbb->bReserved[1] = 0; in TOOLBAR_GetButton()
3551 lpTbb->dwData = btnPtr->dwData; in TOOLBAR_GetButton()
3552 lpTbb->iString = btnPtr->iString; in TOOLBAR_GetButton()
[all …]