|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AutoIt3.ByReferenceString | |
---|---|
AutoTest |
Uses of AutoIt3.ByReferenceString in AutoTest |
---|
Methods in AutoTest with parameters of type AutoIt3.ByReferenceString | |
---|---|
void |
AutoIt3.ClipGet(AutoIt3.ByReferenceString szClip,
int nBufSize)
Documentation for: ClipGet Allows you to get text from the clipboard. |
void |
AutoIt3.ControlCommand(java.lang.String szTitle,
java.lang.String szText,
java.lang.String szControl,
java.lang.String szCommand,
java.lang.String szExtra,
AutoIt3.ByReferenceString szResult,
int nBufSize)
Documentation for: ControlCommand Sends a command to a control. |
void |
AutoIt3.ControlGetFocus(java.lang.String szTitle,
java.lang.String szText,
AutoIt3.ByReferenceString szControlWithFocus,
int nBufSize)
Documentation for: ControlGetFocus Returns the ControlRef# of the control that has keyboard focus within a specified window. |
void |
AutoIt3.ControlGetHandle(java.lang.String szTitle,
java.lang.String szText,
java.lang.String szControl,
AutoIt3.ByReferenceString szRetText,
int nBufSize)
Documentation for: ControlGetHandle Retrieves the internal handle of a control. |
void |
AutoIt3.ControlGetText(java.lang.String szTitle,
java.lang.String szText,
java.lang.String szControl,
AutoIt3.ByReferenceString szControlText,
int nBufSize)
Documentation for: ControlGetText Retrieves text from a control. |
void |
AutoIt3.ControlListView(java.lang.String szTitle,
java.lang.String szText,
java.lang.String szControl,
java.lang.String szCommand,
java.lang.String szExtra1,
java.lang.String szExtra2,
AutoIt3.ByReferenceString szResult,
long nBufSize)
Documentation for: ControlListView Sends a command to a ListView32 control. |
void |
AutoIt3.DriveMapAdd(java.lang.String szDevice,
java.lang.String szShare,
int nFlags,
java.lang.String szUser,
java.lang.String szPwd,
AutoIt3.ByReferenceString szResult,
int nBufSize)
Documentation for: DriveMapAdd Maps a network drive. |
void |
AutoIt3.DriveMapGet(java.lang.String szDevice,
AutoIt3.ByReferenceString szMapping,
int nBufSize)
Documentation for: DriveMapGet Retreives the details of a mapped drive. |
void |
AutoIt3.IniRead(java.lang.String szFileName,
java.lang.String szSection,
java.lang.String szKey,
java.lang.String szDefault,
AutoIt3.ByReferenceString szValue,
int nBufSize)
Documentation for: IniRead Reads a value from a standard format .ini file. |
void |
AutoIt3.PixelSearch(int nLeft,
int nTop,
int nRight,
int nBottom,
int nCol,
int nVar,
int nStep,
AutoIt3.ByReferenceString szResult,
int nBufSize)
Documentation for: PixelSearch Searches a rectangle of pixels for the pixel color provided. |
void |
AutoIt3.RegEnumKey(java.lang.String szKeyName,
int nInstance,
AutoIt3.ByReferenceString szResult,
int nBufSize)
Documentation for: RegEnumKey Reads the name of a subkey according to it's instance. |
void |
AutoIt3.RegEnumVal(java.lang.String szKeyName,
int nInstance,
AutoIt3.ByReferenceString szResult,
int nBufSize)
Documentation for: RegEnumVal Reads the name of a value according to it's instance. |
void |
AutoIt3.RegRead(java.lang.String szKeyName,
java.lang.String szValuename,
AutoIt3.ByReferenceString szRetText,
int nBufSize)
Documentation for: RegRead Reads a value from the registry. |
void |
AutoIt3.StatusbarGetText(java.lang.String szTitle,
java.lang.String szText,
int nPart,
AutoIt3.ByReferenceString szStatusText,
int nBufSize)
Documentation for: StatusbarGetText Retrieves the text from a standard status bar control. |
void |
AutoIt3.WinGetClassList(java.lang.String szTitle,
java.lang.String szText,
AutoIt3.ByReferenceString szRetText,
int nBufSize)
Documentation for: WinGetClassList Retrieves the classes from a window. |
void |
AutoIt3.WinGetHandle(java.lang.String szTitle,
java.lang.String szText,
AutoIt3.ByReferenceString szRetText,
int nBufSize)
Documentation for: WinGetHandle A string pointer to receive the window title. |
void |
AutoIt3.WinGetProcess(java.lang.String szTitle,
java.lang.String szText,
AutoIt3.ByReferenceString szRetText,
int nBufSize)
Documentation for: WinGetProcess Retrieves the Process ID (PID) associated with a window |
void |
AutoIt3.WinGetText(java.lang.String szTitle,
java.lang.String szText,
AutoIt3.ByReferenceString szRetText,
int nBufSize)
Documentation for: WinGetText Retrieves the text from a window. |
void |
AutoIt3.WinGetTitle(java.lang.String szTitle,
java.lang.String szText,
AutoIt3.ByReferenceString szRetText,
int nBufSize)
Documentation for: WinGetTitle Retrieves the title from a window. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |