UTILS.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. /**************************************************************************
  2.    THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  3.    ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  4.    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  5.    PARTICULAR PURPOSE.
  6.    Copyright 1997 Microsoft Corporation.  All Rights Reserved.
  7. **************************************************************************/
  8. /**************************************************************************
  9.    File:          Utils.h
  10.    
  11.    Description:   Utility definitions.
  12. **************************************************************************/
  13. /**************************************************************************
  14.    function prototypes
  15. **************************************************************************/
  16. STDAPI_(void) ParseCommandLine(LPSTR, LPBOOL, LPTSTR);
  17. static LPTSTR GetWord(LPTSTR, LPTSTR);
  18. STDAPI GetOleObjectDataHere(LPPERSISTSTORAGE, LPFORMATETC, LPSTGMEDIUM);
  19. /**************************************************************************
  20.    global variables
  21. **************************************************************************/
  22. #define EMBEDDINGFLAG TEXT("Embedding")