LeviLamina
Loading...
Searching...
No Matches
PageCapture.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cohtml {
6
7struct PageCapture {
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::UntypedStorage<8, 8> mUnka140a1;
12 ::ll::UntypedStorage<8, 8> mUnkae2176;
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 PageCapture& operator=(PageCapture const&);
18 PageCapture(PageCapture const&);
19 PageCapture();
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual void Release() = 0;
25
26 virtual ~PageCapture() = default;
27 // NOLINTEND
28
29public:
30 // virtual function thunks
31 // NOLINTBEGIN
32
33 // NOLINTEND
34};
35
36} // namespace cohtml
Definition PageCapture.h:7