| Home | How To | Online Documentation | Support | Download | Order |
|
|
SAChar *GetBuffer( int nMinBufLength ); ParametersnMinBufLength. The minimum size of the character buffer in characters. This value does not include space for a null terminator. Return valueA pointer to the object’s (null-terminated) character buffer. RemarksReturns a pointer to the internal character buffer for the SAString object. If you use the pointer returned by GetBufferto change the string contents, you must call ReleaseBuffer before using any other SAString member functions. The buffer memory will be freed automatically when the SAString object is destroyed. Server specific notesNo specific information. See alsoProblems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
||||||||||||||||||