Share via


TchPdd_PowerUp (Compact 2013)

3/26/2014

This functions powers up the touch screen.

Syntax

void WINAPI TchPdd_PowerUp(
  DWORD hPddContext
);

Parameters

  • hPddContext
    [in] The PDD context handle that TchPdd_Init returns.

Return Value

None.

Remarks

The Compact 2013 MDD calls this function when its own PowerUp function is called. For more information on the PowerUp function of a stream driver, see XXX_PowerUp (Device Manager).

Requirements

Header

tchstreamddsi.h

See Also

Reference

Touch Driver DDSI Functions