RemoteTextConnection.ReportPredictedKeyEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void ReportPredictedKeyEvent(unsigned short scanCode, RemoteKeyEventAttributes attributes) = ReportPredictedKeyEvent;
void ReportPredictedKeyEvent(uint16_t const& scanCode, RemoteKeyEventAttributes const& attributes);
public void ReportPredictedKeyEvent(ushort scanCode, RemoteKeyEventAttributes attributes);
function reportPredictedKeyEvent(scanCode, attributes)
Public Sub ReportPredictedKeyEvent (scanCode As UShort, attributes As RemoteKeyEventAttributes)
Parameters
- scanCode
-
UInt16
unsigned short
uint16_t
- attributes
- RemoteKeyEventAttributes