GetViewBuffer
status_t GetViewBuffer(const uint8** _buffer);
if (fEditor.GetViewBuffer(&data) == B_OK)
if (fEditor.GetViewBuffer((const uint8 **)&buffer) == B_OK) {
if (fEditor.GetViewBuffer((const uint8 **)&buffer) == B_OK) {
if (fEditor.GetViewBuffer((const uint8 **)&mimeType) == B_OK) {
if (fEditor.GetViewBuffer((const uint8**)&number) == B_OK) {
if (fEditor.GetViewBuffer((const uint8 **)&buffer) == B_OK)
if (fEditor.GetViewBuffer((const uint8 **)&data) != B_OK) {