Share

AcDbHostApplicationServices::PasswordOptions Enumeration

C++

enum PasswordOptions {
  kPasswordOptionDefault = 0,
  kPasswordOptionUpperCase = 1,
  kPasswordOptionIsExternalReference = 2
};

File

dbapserv.h

Description

This is record AcDbHostApplicationServices::PasswordOptions.

Was this information helpful?