TCH_PDD_INTERFACE_INFO (Compact 2013)
3/26/2014
This structure contains information that TchPdd_Init provides to the MDD about the platform dependent driver (PDD) interface.
Syntax
typedef struct {
UINT32 version;
PFN_TCH_PDD_DEINIT pfnDeinit;
PFN_TCH_PDD_IOCONTROL pfnIoctl;
PFN_TCH_PDD_POWERDOWN pfnPowerDown;
PFN_TCH_PDD_POWERUP pfnPowerUp;
} TCH_PDD_INTERFACE_INFO;
Members
- version
Set to 1.
- pfnDeinit
Pointer to the PDD TchPdd_Deinit function.
- pfnIoctl
Pointer to the PDD TchPdd_Ioctl function.
- pfnPowerDown
Pointer to the PDD TchPdd_PowerDown function.
- pfnPowerUp
Pointer to the PDD TchPdd_PowerUp function.
Requirements
Header |
tchstreamddsi.h |