![]() |
GetBufferLength() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Public Function |
Declared in: SpoofSocket.h |
int GetBufferLength() const;
Get the length of the buffer
try { //Check if auto pad or not if (m_AutoPAD) if (m_BufferLength/IPOption_WRAPSIZE==(m_BufferLength/IPOption_WRAPSIZE)*IPOption_WRAPSIZE && m_BufferLength>=IPOption_WRAPSIZE) return m_BufferLength; else return int((float)m_BufferLength/IPOption_WRAPSIZE+1)*IPOption_WRAPSIZE; else return m_BufferLength; } ERROR_HANDLER_RETURN("GetBufferLength",0)
![]() |
Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 27 Jun 2001. |