@Target(value=METHOD) @Retention(value=RUNTIME) public @interface FunctionOptions
Modifier and Type | Optional Element and Description |
---|---|
String |
alias
Specifies the alias to use for a DLL call.
|
CallingConvention |
callingConvention
Specifies the calling convention to use for a DLL call.
|
DllCharacterSet |
characterSet
Specifies the character set to use for a DLL call.
|
public abstract String alias
public abstract CallingConvention callingConvention
public abstract DllCharacterSet characterSet
Copyright 2009-2012 Micro Focus. All Rights Reserved.