FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Types | List of all members
AcadApp Class Reference

#include <AcadApp.h>

Public Types

enum  ErrorStatus {
  eOk = 0 , eInvalidKey = 1 , eInvalidSubKey = 2 , eKeyNotFound = 3 ,
  eOutOfMemory = 4 , eInvalidValue = 5 , eValueNotFound = 6 , eKeyExists = 7 ,
  eRegAccessDenied = 8 , eRejected = 9 , eUnknownError = 10
}
 
enum  LoadReasons {
  kOnProxyDetection = 0x01 , kOnAutoCADStartup = 0x02 , kOnCommandInvocation = 0x04 , kOnLoadRequest = 0x08 ,
  kLoadDisabled = 0x10 , kTransparentlyLoadable = 0x20 , kOnIdleLoad = 0x40
}
 

Detailed Description

Definition at line 20 of file AcadApp.h.

Member Enumeration Documentation

◆ ErrorStatus

Enumerator
eOk 
eInvalidKey 
eInvalidSubKey 
eKeyNotFound 
eOutOfMemory 
eInvalidValue 
eValueNotFound 
eKeyExists 
eRegAccessDenied 
eRejected 
eUnknownError 

Definition at line 23 of file AcadApp.h.

◆ LoadReasons

Enumerator
kOnProxyDetection 
kOnAutoCADStartup 
kOnCommandInvocation 
kOnLoadRequest 
kLoadDisabled 
kTransparentlyLoadable 
kOnIdleLoad 

Definition at line 37 of file AcadApp.h.


The documentation for this class was generated from the following file: