mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-11 01:48:09 +00:00
[c-host] more windows basics and ivshmem pointer init
This commit is contained in:
@@ -33,10 +33,11 @@ CaptureResult;
|
||||
|
||||
struct CaptureInterface
|
||||
{
|
||||
const char * (*getName)();
|
||||
bool (*create )();
|
||||
bool (*init )();
|
||||
bool (*deinit )();
|
||||
void (*free )();
|
||||
CaptureResult (*capture)();
|
||||
const char * (*getName )();
|
||||
bool (*create )();
|
||||
bool (*init )();
|
||||
bool (*deinit )();
|
||||
void (*free )();
|
||||
unsigned int (*getMaxFrameSize)();
|
||||
CaptureResult (*capture )();
|
||||
};
|
Reference in New Issue
Block a user