Pyro higlevel API
|
Classes | |
struct | MountDialogParams_s |
class | MountDialogScanner |
class | MountDialogWin |
struct | UnmountDialogParams_s |
Macros | |
#define | GS(x, def) ( m_pcCatalog ? m_pcCatalog->GetString( x, def ) : def ) |
#define | UGS(x, def) ( pcCatalog ? pcCatalog->GetString( x, def ) : def ) |
Functions | |
int32 | UnmountThread (void *pData) |
#define GS | ( | x, | |
def | |||
) | ( m_pcCatalog ? m_pcCatalog->GetString( x, def ) : def ) |
#define UGS | ( | x, | |
def | |||
) | ( pcCatalog ? pcCatalog->GetString( x, def ) : def ) |
Referenced by UnmountThread().
int32 UnmountThread | ( | void * | pData | ) |
References os::Alert::ALERT_WARNING, os::String::c_str(), os::String::Format(), os::Application::GetApplicationLocale(), os::Path::GetDir(), os::Application::GetInstance(), os::Path::GetLeaf(), os::Locale::GetLocalizedSystemCatalog(), os::Alert::Go(), os::String::Length(), UnmountDialogParams_s::m_cViewTarget, UnmountDialogParams_s::m_pcMsg, UnmountDialogParams_s::m_zPath, Resource::Release(), os::Messenger::SendMessage(), and UGS.
Referenced by os::Volumes::Unmount().