windows-nt/Source/XPSP1/NT/multimedia/directx/dmusic/dmloader/oledll.h

36 lines
751 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
// Copyright (c) 1998-1999 Microsoft Corporation
//
//
//
#ifndef _OLEDLL_
#define _OLEDLL_
STDAPI
RegisterServer(HMODULE hModule,
const CLSID &clsid,
const TCHAR *szFriendlyName,
const TCHAR *szVerIndProgID,
const TCHAR *szProgID);
STDAPI
UnregisterServer(const CLSID &clsid,
const TCHAR *szFriendlyName,
const TCHAR *szVerIndProgID,
const TCHAR *szProgID);
BOOL
GetCLSIDRegValue(const CLSID &clsid,
const TCHAR *szKey,
LPVOID pValue,
LPDWORD pcbValue);
HRESULT CLSIDToStr(const CLSID &clsid,
TCHAR *szStr,
int cbStr);
HRESULT StrToCLSID(TCHAR *szStr,
CLSID &clsid,
int cbStr);
#endif