cohtml::PageCapture

Object pointing a raw data coming from a full page capture (see View::SetupPageCapture and View::DoPageCapture). More…

#include <View.h>

Public Functions

Name
virtual voidRelease() =0
virtual~PageCapture()

Public Attributes

Name
const char *Data
unsigned long longSize

Detailed Description

struct cohtml::PageCapture;

Object pointing a raw data coming from a full page capture (see View::SetupPageCapture and View::DoPageCapture).

Note: Release() must be called after finished using the data to free the memory.

Public Functions Documentation

function Release

virtual void Release() =0

function ~PageCapture

inline virtual ~PageCapture()

Public Attributes Documentation

variable Data

const char * Data;

variable Size

unsigned long long Size;