Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
RouterFreeBidiResponseContainer frees a BIDI_RESPONSE_CONTAINER structure previously allocated by RouterAllocBidiResponseContainer.
Syntax
DWORD RouterFreeBidiResponseContainer(
[in] PBIDI_RESPONSE_CONTAINER pData
);
Parameters
[in] pData
Pointer to the BIDI_RESPONSE_CONTAINER structure to be freed.
Return value
RouterFreeBidiResponseContainer normally returns ERROR_SUCCESS, unless it throws an exception. In that case it returns an appropriate error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | This function is available in Windows XP and later operating systems. |
| Target Platform | Desktop |
| Header | winsplp.h (include Winsplp.h) |
| Library | WinSpool.lib |
| DLL | WinSpool.drv |