Lines Matching defs:state
730 BalLog(BOOTSTRAPPER_LOG_LEVEL_ERROR, "Failed to load AssociateFiles state: error code 0x%08X", hr);
786 __in BOOTSTRAPPER_PACKAGE_STATE state
795 if (BOOTSTRAPPER_PACKAGE_STATE_PRESENT == state || BOOTSTRAPPER_PACKAGE_STATE_OBSOLETE == state) {
800 if (BOOTSTRAPPER_PACKAGE_STATE_PRESENT == state || BOOTSTRAPPER_PACKAGE_STATE_OBSOLETE == state) {
825 BalLog(BOOTSTRAPPER_LOG_LEVEL_ERROR, "Failed to load AssociateFiles state: error code 0x%08X", hr);
2263 // OnChangeState - change state.
2265 void OnChangeState(__in PYBA_STATE state) {
2268 _state = state;
2312 // If this is a named control, try to set its default state.
2314 // If this is a checkable control, try to set its default state
2315 // to the state of a matching named Burn variable.
2357 // An explicit state can override the lack of a
2485 void SetState(__in PYBA_STATE state, __in HRESULT hrStatus) {
2491 state = PYBA_STATE_FAILED;
2494 if (_state != state) {
2495 ::PostMessageW(_hWnd, WM_PYBA_CHANGE_STATE, 0, state);
2507 void DeterminePageId(__in PYBA_STATE state, __out DWORD* pdwPageId) {
2511 switch (state) {
2548 switch (state) {
2715 BalExitOnFailure1(hr, "Failed to set taskbar button state.", tbpFlags);
2945 BalLog(BOOTSTRAPPER_LOG_LEVEL_STANDARD, "Loading state of optional features");
2975 // version simultaneously, Burn can't handle the state management