--------------------------------------------------------------------------- @function: CWString::GetBuffer @doc: Returns the wide character buffer storing the string ---------------------------------------------------------------------------
| 42 | // |
| 43 | //--------------------------------------------------------------------------- |
| 44 | const WCHAR * |
| 45 | CWString::GetBuffer() const |
| 46 | { |
| 47 | return m_w_str_buffer; |
| 48 | } |
| 49 | |
| 50 | |
| 51 | //--------------------------------------------------------------------------- |
no outgoing calls