Source code of Windows XP (NT5)
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.

22 lines
663 B

  1. // faxhelper.h : IComponent Interface helpers
  2. //
  3. // these functions help with extracting dataobjects and clipboards
  4. //
  5. // stolen from the MMC SDK.
  6. // Copyright (C) 1997 Microsoft Corporation
  7. // All rights reserved.
  8. //
  9. #ifndef __FAX_DATAOBJECT_HELPER_H_
  10. #define __FAX_DATAOBJECT_HELPER_H_
  11. #include "faxdataobj.h"
  12. /////////////////////////////////////////////////////////////////////////////
  13. // We need a few functions to help work with dataobjects and clipboard formats
  14. HRESULT ExtractFromDataObject(LPDATAOBJECT lpDataObject,CLIPFORMAT cf,ULONG cb,HGLOBAL *phGlobal);
  15. CFaxDataObject *ExtractOwnDataObject(LPDATAOBJECT lpDataObject);
  16. #endif // __GLOBALS_H_