SERCX2_CUSTOM_TRANSMIT_CONFIG_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sercx.h

VOID SERCX2_CUSTOM_TRANSMIT_CONFIG_INIT(
  [out] SERCX2_CUSTOM_TRANSMIT_CONFIG *Config
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-sercx-sercx2_custom_transmit_config_init)

SERCX2_CUSTOM_TRANSMIT_CONFIG_INIT function

Description

The SERCX2_CUSTOM_TRANSMIT_CONFIG_INIT function initializes a SERCX2_CUSTOM_TRANSMIT_CONFIG structure.

Parameters

Config [out]

A pointer to the SERCX2_CUSTOM_TRANSMIT_CONFIG structure that is to be initialized.

Remarks

Your serial controller driver must use this function to initialize a SERCX2_CUSTOM_TRANSMIT_CONFIG structure before passing a pointer to this structure as an input parameter to the SerCx2CustomTransmitCreate method.

SERCX2_CUSTOM_TRANSMIT_CONFIG_INIT sets the Size member of the structure to sizeof(SERCX2_CUSTOM_TRANSMIT_CONFIG), and sets the other members of the structure to zero. The driver can, if necessary, explicitly set these other members to nonzero values after the SERCX2_CUSTOM_TRANSMIT_CONFIG_INIT call.

See also

SERCX2_CUSTOM_TRANSMIT_CONFIG

SerCx2CustomTransmitCreate