See: Description
Class | Description |
---|---|
DllCall |
This class allows to call exposed DLL functions of any DLL either on the Agent or in the AUT.
|
InOutArgument<T> |
Is used to specify DLL function arguments that can be modified by a function.
|
OutArgument<T> |
Is used to specify output arguments for DLL functions.
|
WindowsMessages |
Contains most standard Windows message ID constants.
|
Enum | Description |
---|---|
CallingConvention |
Defines the calling conventions available for DLL calling.
|
DllCharacterSet |
Defines the character sets available for DLL calling.
|
Annotation Type | Description |
---|---|
Dll |
An instance of this annotation specifies the name or full path of the DLL that implements the methods defined by
the interface annotated.
|
FunctionOptions |
This annotation allows to specify an alias name for a DLL function as well as a CharacterSet and a CallingConvention
to use.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.