TextGRAB SDK Documentation | ITextGRABSDK::CaptureFromHWND |
|
|
|
Captures formatted text from target window. [C/C++]
HRESULT CaptureFromHWND(
INT_PTR hwnd,
BSTR* text
);
[Visual Basic]
object.CaptureFromHWND(
ByVal hwnd As INT_PTR,
ByRef text As String
)
[C#]
void ITextGRABSDK.CaptureFromHWND(
INT_PTR hwnd,
ref string text
);
Parameters
RemarksThis method captures all visible text which can be captured in specified window. Return Value(s)
See Also |
























