|
FRX SDK Documentation 2025 SP0
|
#include <AcadAppInfo.h>
Public Types | |
| enum | CmdStatus { kNoAction = 0 , kRetry = 1 , kShowMsg = 2 , kNoModule = 3 } |
Additional Inherited Members | |
Static Public Member Functions inherited from AcRxObject | |
| static AcRxClass *__cdecl | desc (void) |
| static AcRxObject *__cdecl | cast (AcRxObject const *) |
Protected Member Functions inherited from AcRxObject | |
| AcRxObject (void) | |
| virtual AcRxObject * | subQueryX (AcRxClass const *) const |
Protected Attributes inherited from AcObject | |
| void * | m_pData |
Definition at line 24 of file AcadAppInfo.h.
| Enumerator | |
|---|---|
| kNoAction | |
| kRetry | |
| kShowMsg | |
| kNoModule | |
Definition at line 27 of file AcadAppInfo.h.
| AcadAppInfo::AcadAppInfo | ( | void | ) |
| AcadApp::ErrorStatus AcadAppInfo::delFromRegistry | ( | bool | = true | ) |
| AcadApp::LoadReasons AcadAppInfo::loadReason | ( | void | ) |
| AcadApp::ErrorStatus AcadAppInfo::readFromRegistry | ( | void | ) |
| void AcadAppInfo::setLoadReason | ( | AcadApp::LoadReasons | ) |
| AcadApp::ErrorStatus AcadAppInfo::status | ( | void | ) | const |
| AcadApp::ErrorStatus AcadAppInfo::writeCommandNameToRegistry | ( | wchar_t const * | , |
| wchar_t const * | ) |
| AcadApp::ErrorStatus AcadAppInfo::writeGroupNameToRegistry | ( | wchar_t const * | ) |
| AcadApp::ErrorStatus AcadAppInfo::writeToRegistry | ( | bool | = false, |
| bool | = false ) |