Availability
This functionality is supported only if you are using the Open Agent.
Action
Sets whether the called DLL is a 32bit DLL or a 64bit DLL.
Syntax
Agent.SetDllCallPrecedence(registry)
Variable
|
Description
|
registry
|
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.
|