Leaked source code of windows server 2003
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.

17 lines
645 B

  1. //
  2. // addendum to ccstock.h:
  3. // this file has function prototypes that require shlobj.h.
  4. // ccstock.h does not have that requirement (and can not,
  5. // since comctl32 includes ccstock but not shlobj).
  6. //
  7. #ifndef __CCSTOCK2_H__
  8. #define __CCSTOCK2_H__
  9. STDAPI_(LPIDA) DataObj_GetHIDAEx(IDataObject *pdtobj, CLIPFORMAT cf, STGMEDIUM *pmedium);
  10. STDAPI_(LPIDA) DataObj_GetHIDA(IDataObject *pdtobj, STGMEDIUM *pmedium);
  11. STDAPI_(LPITEMIDLIST) IDA_ILClone(LPIDA pida, UINT i);
  12. STDAPI_(void) HIDA_ReleaseStgMedium(LPIDA pida, STGMEDIUM * pmedium);
  13. STDAPI_(LPCITEMIDLIST) IDA_GetIDListPtr(LPIDA pida, UINT i);
  14. #endif __CCSTOCK2_H__