RouterAllocBidiResponseContainer - NtDoc

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

PBIDI_RESPONSE_CONTAINER RouterAllocBidiResponseContainer(
  DWORD Count
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-winsplp-routerallocbidiresponsecontainer)

Description

RouterAllocBidiResponseContainer allocates a BIDI_RESPONSE_CONTAINER structure containing a list of bidi responses. The bidi response list is an array of BIDI_RESPONSE_DATA structures.

Parameters

Count

Specifies the number of BIDI_RESPONSE_DATA structures to be allocated.

Return value

RouterAllocBidiResponseContainer returns a pointer to the allocated structure, on success. If the function fails to allocate the structure, the caller can obtain the error code from GetLastError.

Remarks

When the memory allocated by this function is no longer needed, use RouterFreeBidiResponseContainer.

See also

BIDI_RESPONSE_CONTAINER

BIDI_RESPONSE_DATA

RouterFreeBidiResponseContainer

SendRecvBidiDataFromPort