Searched refs:return_code (Results 1 – 5 of 5) sorted by relevance
76 UINT return_code = 0; in _gx_window_execute() local95 while (!return_code) in _gx_window_execute()151 return_code = _gx_system_event_dispatch(event_ptr); in _gx_window_execute()161 return_code = _gx_system_event_dispatch(event_ptr); in _gx_window_execute()167 return_code = GX_EVENT_TERMINATE; in _gx_window_execute()172 return_code = GX_EVENT_HIDE; in _gx_window_execute()177 return_code = GX_EVENT_CLOSE; in _gx_window_execute()186 return_code = _gx_system_event_dispatch(event_ptr); in _gx_window_execute()211 *return_ptr = return_code; in _gx_window_execute()
87 UINT return_code = 0; in _gx_system_event_dispatch() local105 return_code = target -> gx_widget_event_process_function(target, &out_event); in _gx_system_event_dispatch()198 return_code = target -> gx_widget_event_process_function(target, &out_event); in _gx_system_event_dispatch()205 return_code = _gx_system_focus_owner -> gx_widget_event_process_function( in _gx_system_event_dispatch()211 return return_code; in _gx_system_event_dispatch()
3267 static UINT gx_studio_nfc_form_detect(GX_CONST GX_STRING *string, GX_UBYTE *return_code) in gx_studio_nfc_form_detect() argument3276 *return_code = GX_NORMALIZATION_FORM_YES; in gx_studio_nfc_form_detect()3291 *return_code = GX_NORMALIZATION_FORM_NO; in gx_studio_nfc_form_detect()3300 *return_code = check; in gx_studio_nfc_form_detect()
105 ULONG return_code; in popup_modal_event_process() local121 gx_window_execute((GX_WINDOW *)&popup_modal, &return_code); in popup_modal_event_process()
4477 UINT _gx_window_execute(GX_WINDOW *window, ULONG *return_code);