Share via


TchPdd_PowerDown (Compact 2013)

3/26/2014

This function powers down the touch screen.

Syntax

void WINAPI TchPdd_PowerDown(
  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 PowerDown function is called. For more information on the PowerDown function of a stream driver, see XXX_PowerDown (Device Manager).

Requirements

Header

tchstreamddsi.h

See Also

Reference

Touch Driver DDSI Functions