Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
544 B

#ifndef _BOOKMK_H_
#define _BOOKMK_H_
#include "idlcomm.h"
HRESULT WINAPI SHCreateStdEnumFmtEtc(UINT cfmt, const FORMATETC afmt[], LPENUMFORMATETC * ppenumFormatEtc);
HRESULT WINAPI SHCreateStdEnumFmtEtcEx(UINT cfmt,
const FORMATETC afmt[],
LPDATAOBJECT pdtInner,
LPENUMFORMATETC * ppenumFormatEtc);
HRESULT FS_CreateBookMark(LPIDLDROPTARGET that, IDataObject *pDataObj, POINTL pt, LPDWORD pdwEffect);
#endif // _BOOKMK_H_