Sha256: 7651e81a234ec4f4ee9ee9e624aac7e7d19a0aa9e0458ad7ff476ba3aa0cba14
Contents?: true
Size: 411 Bytes
Versions: 12
Compression:
Stored size: 411 Bytes
Contents
#pragma once #ifdef ENABLE_DYNAMIC_RHOBUNDLE class CAppManager { public: CAppManager(void); ~CAppManager(void); /** * @param szUrl - url of the zip file with rhobundle * @param szZipPassword - zip password if required */ static void ReloadRhoBundle(HWND hwnd, const char* szUrl, const char* szZipPassword); static bool RemoveFolder(LPCTSTR szPath); static bool RestartClient(HWND hwnd); }; #endif
Version data entries
12 entries across 12 versions & 1 rubygems