SetLineHeight function

Sets the LineHeight property on the InkDivider object.

This helper function is not intended to be used by application code.

Syntax

HRESULT WINAPI SetLineHeight(
  _In_ INT_PTR hDivider,
  _In_ LONG    lLineHeight
);

Parameters

hDivider [in]

A handle to the InkDivider object.

lLineHeight [in]

The LineHeight property of the InkDivider object, in HIMETRIC units.

Return value

This function can return one of these values.

Return code Description
S_OK
The function succeeded.
E_INVALIDARG
The pDivider parameter is invalid.

 

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Library
InkDiv.dll