Function CSPBuffer::GetPtr()

Description:
Retrieves a pointer to the memory of the buffer.

Micronovae Prototype:
unsigned char* GetPtr() const;

Arguments:
No arguments (void).

Return value:
The pointer to the buffer's memory.

Examples:
CSPBuffer Buffer;
...
unsigned char* p = Buffer.GetPtr();
CSPBuffer | Basic classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com