C
static void SSLBufferAlloc( BYTE * id );
Description
Allocates a buffer for use.
Preconditions
None
Parameters
Parameters |
Description |
id |
Where to store the allocated ID |
Returns
id - Allocated buffer ID, or SSL_INVALID_ID if none available
Side Effects
None
Remarks
None