LeviLamina
Loading...
Searching...
No Matches
IApi.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/threading/ApiId.h"
7
8struct IApi {
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 // vIndex: 0
13 virtual uint AddRef() = 0;
14
15 // vIndex: 1
16 virtual uint Release() = 0;
17
18 // vIndex: 2
19 virtual HRESULT QueryApi(::ApiId, void**) = 0;
20 // NOLINTEND
21
22public:
23 // virtual function thunks
24 // NOLINTBEGIN
25
26 // NOLINTEND
27};
Definition IApi.h:8