1#ifndef _C_UNKNOWN_INTERFACE_H
2#define _C_UNKNOWN_INTERFACE_H
This file contains macro declarations for importing and exporting symbols from library boundaries.
This file contains all type forward declarations returned by the library API.
This file contains types and constants used as parameters or return values.
Base class for reference counting.
error_type CALLING_CONVENTION IUnknown_AddRef(IUnknownHandle *handle)
Increment the internal reference counter.
error_type CALLING_CONVENTION IUnknown_Release(IUnknownHandle *handle)
Decrement the internal reference counter.
uint32_t error_type
This is return value type of all API functions.
Definition c_types.h:25