Skip to content

Latest commit

 

History

History
158 lines (124 loc) · 4.83 KB

nf-msinkaut-iinkstrokedisp-setpacketvaluesbyproperty.md

File metadata and controls

158 lines (124 loc) · 4.83 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:msinkaut.IInkStrokeDisp.SetPacketValuesByProperty
IInkStrokeDisp::SetPacketValuesByProperty (msinkaut.h)
Modifies the packet values for a particular property.
9d90e93e-4c4a-43bd-a431-59522e332f2a
IInkStrokeDisp interface [Tablet PC]
SetPacketValuesByProperty method
IInkStrokeDisp.SetPacketValuesByProperty
IInkStrokeDisp::SetPacketValuesByProperty
SetPacketValuesByProperty
SetPacketValuesByProperty method [Tablet PC]
SetPacketValuesByProperty method [Tablet PC]
IInkStrokeDisp interface
msinkaut/IInkStrokeDisp::SetPacketValuesByProperty
tablet.iinkstrokedisp_setpacketvaluesbyproperty
tablet\iinkstrokedisp_setpacketvaluesbyproperty.htm
tablet
9d90e93e-4c4a-43bd-a431-59522e332f2a
12/05/2018
9d90e93e-4c4a-43bd-a431-59522e332f2a, IInkStrokeDisp interface [Tablet PC],SetPacketValuesByProperty method, IInkStrokeDisp.SetPacketValuesByProperty, IInkStrokeDisp::SetPacketValuesByProperty, SetPacketValuesByProperty, SetPacketValuesByProperty method [Tablet PC], SetPacketValuesByProperty method [Tablet PC],IInkStrokeDisp interface, msinkaut/IInkStrokeDisp::SetPacketValuesByProperty, tablet.iinkstrokedisp_setpacketvaluesbyproperty
msinkaut.h
Windows
Windows XP Tablet PC Edition [desktop apps only]
None supported
InkObj.dll
Windows
19H1
IInkStrokeDisp::SetPacketValuesByProperty
msinkaut/IInkStrokeDisp::SetPacketValuesByProperty
c++
APIRef
kbSyntax
COM
InkObj.dll
InkObj.dll.dll
IInkStrokeDisp.SetPacketValuesByProperty

IInkStrokeDisp::SetPacketValuesByProperty

-description

Modifies the packet values for a particular property.

-parameters

-param bstrPropertyName [in]

The globally unique identifier (GUID) identifier from the PacketProperty constants that is used to select which packet data is set. Use PacketDescription to determine the defined properties for this stroke.

-param PacketValues [in]

The array of packet data values. The method fails if any of the values in the array are outside the minimum or maximum value of the property. To determine the range of values in the property, call the GetPacketDescriptionPropertyMetrics method.

-param Index [in, optional]

Optional. The starting index of the packet to be modified. The default value ISC_FirstElement, defined in the ItemSelectionConstants enumeration type, specifies the first packet.

-param Count [in, optional]

Optional. Specifies the number of packets in the stroke to modify and the number of values in PacketValues. The default value ISC_AllElements, defined in the ItemSelectionConstants enumeration type, specifies that all packets are modified.

-param NumberOfPacketsSet [out, retval]

When this method returns, contains the actual number of packets set.

-returns

This method can return one of these values.

Return code Description
S_OK
Success.
E_POINTER
A parameter contained an invalid pointer.
CO_E_CLASSSTRING
Invalid GUID format.
E_INVALIDARG
Invalid variant, index (out of range), or property GUID.
E_INK_EXCEPTION
An exception occurred inside method.

-see-also

GetPacketDescriptionPropertyMetrics Method

IInkStrokeDisp Interface

ItemSelectionConstants Enumeration

PacketPropertyGuids Constants