ITablet::GetName method

Returns a string containing the name of the tablet device.

Syntax

HRESULT GetName(
  [out] LPWSTR *ppwszName
);

Parameters

ppwszName [out]

Pointer to a string containing the name of the tablet device.

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_FAIL
An unspecified error occurred.

Remarks

It is the caller's responsibility to free the memory returned from this method by using CoTaskMemFree.

Requirements

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

See also

ITablet Interface