Go to the source code of this file.
Definition at line 64 of file decode.cpp.
66 if (data.
get_count() == 0)
throw pfc::exception_invalid_params();
72 "Sample component: peak scan");
Template implementing reference-counting features of service_base. Intended for dynamic instantiation...
Shows the item being currently processed.
Shows dual progress bars; implies flag_show_progress.
virtual t_size get_count() const =0
HWND get_main_window()
Retrieves main app window. WARNING: this is provided for parent of dialog windows and such only; usin...
Shows the "abort" button.
Autopointer class to be used with all services. Manages reference counter calls behind-the-scenes.
Helper template used to easily access core services. Usage: static_api_ptr_t<myclass> api; api->doso...