NET_DVR_XML_CONFIG_OUTPUT

Output Parameter Structure of Message Transmission API (NET_DVR_STDXMLConfig)

Member

Data Type

Description

dwSize

DWORD

Structure size.

lpOutBuffer

void*

Buffer for storing output parameters (response messages), which is allocated when passing through URL by GET method.

dwOutBufferSize

DWORD

Output buffer size.

dwReturnedXMLSize

DWORD

Actual size of response message.

lpStatusBuffer

void*

Response status (ResponseStatus message). This parameter will not be assigned if performing GET operation succeeded, and you can also set it to "NULL" if not required.

dwStatusSize

DWORD

Size of response status buffer.

lpDataBuffer

HPR_VOIDPTR

Buffer for transmitted data. This parameter is valid when the value of byNumOfMultiPart is larger than 0.

byNumOfMultiPart

HPR_UINT8

Number of parts that the message is divided into.

byRes

[23]

BYTE

Reserved, set to 0.