Share

AcXrefSubCommand

C++

enum AcXrefSubCommand {
  kAttach = 0,
  kBind = 1,
  kDetach = 2,
  kOverlay = 3,
  kPath = 4,
  kReload = 5,
  kResolve = 6,
  kUnload = 7,
  kXBind = 8
};

File

rxevent.h

Description

Enumeration of the XREF subcommands.

Was this information helpful?