IRealTimeStylus::get_HWND method (rtscom.h)
Gets or sets the handle value associated with the window the RealTimeStylus object uses.
This property is read/write.
Syntax
HRESULT get_HWND(
HANDLE_PTR *phwnd
);
Parameters
phwnd
Return value
None
Remarks
If two or more windows exist, this property allows you to specify which window collects ink.
The HRESULT E_INVALIDOPERATION is returned when you attempt set this property on a child RealTimeStylus object.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | rtscom.h |
DLL | RTSCom.dll |
See also
IRealTimeStylus::Enabled Property
RealTimeStylus Class