Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.38 KB

ns-tcpxcv-_delete_port_data_1.md

File metadata and controls

83 lines (64 loc) · 2.38 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:tcpxcv._DELETE_PORT_DATA_1
_DELETE_PORT_DATA_1 (tcpxcv.h)
The XcvData function uses a DELETE_PORT_DATA_1 structure when it deletes a port.
print\delete_port_data_1.htm
print
04/20/2018
DELETE_PORT_DATA_1 structure
*PDELETE_PORT_DATA_1, DELETE_PORT_DATA_1, DELETE_PORT_DATA_1 structure [Print Devices], PDELETE_PORT_DATA_1, PDELETE_PORT_DATA_1 structure pointer [Print Devices], _DELETE_PORT_DATA_1, print.delete_port_data_1, spoolfnc_238080f3-e916-4a7f-9531-361659c21a3d.xml, tcpxcv/DELETE_PORT_DATA_1, tcpxcv/PDELETE_PORT_DATA_1
tcpxcv.h
Tcpxcv.h
Windows
Windows
DELETE_PORT_DATA_1, *PDELETE_PORT_DATA_1
_DELETE_PORT_DATA_1
tcpxcv/_DELETE_PORT_DATA_1
PDELETE_PORT_DATA_1
tcpxcv/PDELETE_PORT_DATA_1
DELETE_PORT_DATA_1
tcpxcv/DELETE_PORT_DATA_1
APIRef
kbSyntax
HeaderDef
tcpxcv.h
_DELETE_PORT_DATA_1
PDELETE_PORT_DATA_1
DELETE_PORT_DATA_1

_DELETE_PORT_DATA_1 structure

-description

The XcvData function uses a DELETE_PORT_DATA_1 structure when it deletes a port.

-struct-fields

-field psztPortName

Specifies the name of the port to be deleted. The MAX_PORTNAME_LEN constant is defined in tcpxcv.h.

-field Reserved

Is reserved for system use.

-field dwVersion

Specifies the version of this structure, which is currently 1.

-field dwReserved

Is obsolete, and must be set to 0.

-remarks

When the XcvData function is called to delete a port, its pInputData parameter must be set with the address of a DELETE_PORT_DATA_1 structure. Set this function's pszDataName parameter to the string L"DeletePort".

See TCPMON Xcv Interface for more information.

-see-also

XcvData