// winsplp.h
DWORD RouterFreeBidiResponseContainer(
[in] PBIDI_RESPONSE_CONTAINER pData
);
View the official Windows Driver Kit DDI referenceNo description available.
RouterFreeBidiResponseContainer frees a BIDI_RESPONSE_CONTAINER structure previously allocated by RouterAllocBidiResponseContainer.
pData [in]Pointer to the BIDI_RESPONSE_CONTAINER structure to be freed.
RouterFreeBidiResponseContainer normally returns ERROR_SUCCESS, unless it throws an exception. In that case it returns an appropriate error code.
RouterAllocBidiResponseContainer