windows-nt/Source/XPSP1/NT/shell/ext/media/wmwrap.h

8 lines
254 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef __WMWRAP_H__
#define __WMWRAP_H__
HRESULT WMCreateEditorWrap(IWMMetadataEditor** ppEditor);
HRESULT WMCreateReaderWrap(IUnknown* pUnkReserved, DWORD dwRights, IWMReader** ppReader);
HRESULT WMCreateCertificateWrap(IUnknown** ppUnkCert);
#endif