mirror of
https://github.com/decompals/wibo.git
synced 2025-12-17 00:47:18 +00:00
12 lines
308 B
C++
12 lines
308 B
C++
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
namespace ole32 {
|
|
|
|
HRESULT WINAPI CoInitialize(LPVOID pvReserved);
|
|
HRESULT WINAPI CoCreateInstance(const GUID *rclsid, LPVOID pUnkOuter, DWORD dwClsContext, const GUID *riid, GUEST_PTR *ppv);
|
|
HRESULT WINAPI CLSIDFromString(LPCWSTR lpsz, GUID *pclsid);
|
|
|
|
} // namespace ole32
|