GetDllCallPrecedence Function (AgentClass)

Class

AgentClass.

Availability

This functionality is supported only if you are using the Open Agent.

Action

Returns whether the DLL is a 32bit DLL or a 64bit DLL.

Syntax

DLLCallType = Agent.GetDllCallPrecedence()
Variable Description
DLLCallType The type of the DLL.
  • DCP_32BIT if the DLL is a 32bit DLL.
  • DCP_64BIT if the DLL is a 64bit DLL.
DLL_CALL_PRECEDENCE_TYPE.